Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ApplyPublic
+ Граф наследования:ApplyPublic:

Открытые члены

 __construct ($name, Main\Engine\Controller $controller, array $config=[])
 
 run ()
 
 getProgressParameterOptionName ()
 
- Открытые члены унаследованные от Action
 hasErrors ()
 
- Открытые члены унаследованные от Action
 __construct ($name, Controller $controller, $config=array())
 
 configure ($params)
 
 getArguments ()
 
 setArguments (array $arguments)
 
 runWithSourceParametersList ()
 
 getBinder ()
 
 getController ()
 
 getName ()
 
 getConfig ()
 
 getCurrentUser ()
 
 convertKeysToCamelCase ($data)
 
 getErrors ()
 
 getErrorByCode ($code)
 
- Открытые члены унаследованные от ITimeLimit
 startTimer ()
 
 hasTimeLimitReached ()
 
- Открытые члены унаследованные от IProcessParameters
 keepField ($fieldName)
 
 restoreProgressParameters ()
 
 saveProgressParameters ()
 
 getProgressParameters ()
 
 clearProgressParameters ()
 

Открытые атрибуты

const TARGET_FOLDERS
 
const SOURCE_FOLDERS
 

Статические открытые данные

static $documentRoot
 
static $useTranslationRepository
 
static $enabledLanguages
 
static $translationRepositoryRoot
 

Дополнительные унаследованные члены

- Открытые статические члены унаследованные от Action
static className ()
 
- Защищенные члены унаследованные от Action
 init ()
 
 buildBinder ()
 
 onBeforeRun ()
 
 onAfterRun ()
 
 addError (Error $error)
 
 addErrors (array $errors)
 
- Защищенные данные унаследованные от Action
 $binder
 
 $errorCollection
 
 $controller
 
 $config
 
 $name
 

Подробное описание

Harvester of the lang folder disposition.

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

Конструктор(ы)

◆ __construct()

__construct ( $name,
Main\Engine\Controller $controller,
array $config = [] )

\Bitrix\Main\Engine\Action constructor.

Аргументы
string$nameAction name.
Main\Engine\Controller$controllerParent controller object.
array$configAdditional configuration.

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

Методы

◆ getProgressParameterOptionName()

getProgressParameterOptionName ( )

Returns progress option name

Возвращает
string

Замещает IProcessParameters.

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

◆ run()

run ( )

Runs controller action.

Возвращает
array

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

Данные класса

◆ $documentRoot

$documentRoot
static

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

◆ $enabledLanguages

$enabledLanguages
static

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

◆ $translationRepositoryRoot

$translationRepositoryRoot
static

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

◆ $useTranslationRepository

$useTranslationRepository
static

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

◆ SOURCE_FOLDERS

const SOURCE_FOLDERS
Инициализатор
= [
'component' => '/install/components/bitrix',
'activities' => '/install/activities/bitrix',
'gadgets' => '/install/gadgets/bitrix',
'wizards' => '/install/wizards/bitrix',
'blocks' => '/install/blocks/bitrix',
'template' => '/install/templates',
'mobileapp' => '/install/mobileapp',
'js' => '/install/js',
]

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

◆ TARGET_FOLDERS

const TARGET_FOLDERS
Инициализатор
= [
'component' => '#BX_ROOT#/components/bitrix',
'activities' => '#BX_ROOT#/activities/bitrix',
'gadgets' => '#BX_ROOT#/gadgets/bitrix',
'wizards' => '#BX_ROOT#/wizards/bitrix',
'blocks' => '#BX_ROOT#/blocks/bitrix',
'template' => '#BX_ROOT#/templates',
'mobileapp' => '#BX_ROOT#/mobileapp',
'js' => '#BX_ROOT#/js',
]

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