1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Файл options.php

См. исходные тексты.

Переменные

 $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

$arAllOptions
Инициализатор
= [
['log_404_errors', GetMessage('CLO_OPTIONS_LOG_404_ERRORS'), ['checkbox']],
]
GetMessage($name, $aReplace=null)
Определения tools.php:3397

См. определение в файле options.php строка 13

◆ $aTabs

$aTabs
Инициализатор
= [
['DIV' => 'edit1', 'TAB' => GetMessage('MAIN_TAB_SET'), 'ICON' => 'clouds_settings', 'TITLE' => GetMessage('MAIN_TAB_TITLE_SET')],
['DIV' => 'edit2', 'TAB' => GetMessage('MAIN_TAB_RIGHTS'), 'ICON' => 'clouds_settings', 'TITLE' => GetMessage('MAIN_TAB_TITLE_RIGHTS')],
]

См. определение в файле options.php строка 17

◆ $module_id

$module_id = 'clouds'

См. определение в файле options.php строка 6

◆ $request

$request = \Bitrix\Main\Context::getCurrent()->getRequest()

См. определение в файле options.php строка 24

◆ $RIGHT_R

$RIGHT_R = $USER->CanDoOperation('clouds_config')

См. определение в файле options.php строка 7

◆ $RIGHT_W

$RIGHT_W = $USER->CanDoOperation('clouds_config')

См. определение в файле options.php строка 8

◆ $tabControl

$tabControl = new CAdminTabControl('tabControl', $aTabs)

См. определение в файле options.php строка 21

◆ $type

$type = $arOption[2]

См. определение в файле options.php строка 87

◆ endif

endif

См. определение в файле options.php строка 123

◆ if

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