Открытые члены | |
__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) | |
Открытые члены унаследованные от IProcessParameters | |
keepField ($fieldName) | |
restoreProgressParameters () | |
saveProgressParameters () | |
getProgressParameters () | |
clearProgressParameters () | |
Дополнительные унаследованные члены | |
Открытые статические члены унаследованные от 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.
См. определение в файле extract.php строка 13
__construct | ( | $name, | |
Main\Engine\Controller | $controller, | ||
array | $config = [] ) |
\Bitrix\Main\Engine\Action constructor.
string | $name | Action name. |
Main\Engine\Controller | $controller | Parent controller object. |
array | $config | Additional configuration. |
См. определение в файле extract.php строка 45
getProgressParameterOptionName | ( | ) |
Returns progress option name
Замещает IProcessParameters.
См. определение в файле extract.php строка 131
run | ( | ) |