|
1C-Bitrix 25.700.0
|
Переменные | |
| $module_id = 'clouds' | |
| $RIGHT_R = $USER->CanDoOperation('clouds_config') | |
| $RIGHT_W = $USER->CanDoOperation('clouds_config') | |
| $arAllOptions | |
| $aTabs | |
| $tabControl = new CAdminTabControl('tabControl', $aTabs) | |
| $request = \Bitrix\Main\Context::getCurrent()->getRequest() | |
| if ($request->isPost() &&((string) $request[ 'Update'] !==''||(string) $request[ 'Apply'] !==''||(string) $request[ 'RestoreDefaults'] !=='') &&$RIGHT_W &&check_bitrix_sessid()) | |
| $type = $arOption[2] | |
| endif | |
| $arAllOptions |
См. определение в файле options.php строка 13
| $aTabs |
См. определение в файле options.php строка 17
| $module_id = 'clouds' |
См. определение в файле options.php строка 6
| $request = \Bitrix\Main\Context::getCurrent()->getRequest() |
См. определение в файле options.php строка 24
| $RIGHT_R = $USER->CanDoOperation('clouds_config') |
См. определение в файле options.php строка 7
| $RIGHT_W = $USER->CanDoOperation('clouds_config') |
См. определение в файле options.php строка 8
| $tabControl = new CAdminTabControl('tabControl', $aTabs) |
См. определение в файле options.php строка 21
| $type = $arOption[2] |
См. определение в файле options.php строка 87
| endif |
См. определение в файле options.php строка 123
| if( $request->isPost() &&((string) $request['Update'] !==''||(string) $request['Apply'] !==''||(string) $request['RestoreDefaults'] !=='') && $RIGHT_W &&check_bitrix_sessid()) | ( | $request-> | isPost) &&((string) $request[ 'Update'] !==''||(string) $request[ 'Apply'] !==''||(string) $request[ 'RestoreDefaults'] !=='') &&$RIGHT_W &&check_bitrix_sessid( | ) |
См. определение в файле options.php строка 28