См. определение в файле action.php строка 16
◆ __construct()
__construct |
( |
| $name, |
|
|
Controller | $controller, |
|
|
| $config = array() ) |
◆ addError()
Adds error to error collection.
- Аргументы
-
- Возвращает
- $this
См. определение в файле action.php строка 200
◆ addErrors()
addErrors |
( |
array | $errors | ) |
|
|
protected |
Adds list of errors to error collection.
- Аргументы
-
- Возвращает
- $this
См. определение в файле action.php строка 213
◆ buildBinder()
◆ className()
Returns the fully qualified name of this class.
- Возвращает
- string
См. определение в файле action.php строка 189
◆ configure()
Configures action by additional params. The method will be invoked by controller and $params have to set in 'configureActions'
- Аргументы
-
- Возвращает
- void
См. определение в файле action.php строка 50
◆ convertKeysToCamelCase()
convertKeysToCamelCase |
( |
| $data | ) |
|
Converts keys of array to camel case notation.
- См. также
- \Bitrix\Main\Engine\Response\Converter::OUTPUT_JSON_FORMAT
- Аргументы
-
- Возвращает
- array|mixed|string
См. определение в файле action.php строка 180
◆ getArguments()
Returns list of action arguments. It is associative array looks like argument name => value.
- Возвращает
- array
- Исключения
-
См. определение в файле action.php строка 62
◆ getBinder()
- Возвращает
- AutoWire\Binder
См. определение в файле action.php строка 130
◆ getConfig()
◆ getController()
- Возвращает
- Controller
См. определение в файле action.php строка 138
◆ getCurrentUser()
◆ getErrorByCode()
Getting once error with the necessary code.
- Аргументы
-
string | $code | Code of error. |
- Возвращает
- Error
Замещает Errorable.
См. определение в файле action.php строка 234
◆ getErrors()
◆ getName()
◆ init()
◆ onAfterRun()
◆ onBeforeRun()
◆ runWithSourceParametersList()
runWithSourceParametersList |
( |
| ) |
|
◆ setArguments()
setArguments |
( |
array | $arguments | ) |
|
|
final |
Sets list of action arguments. It is associative array looks like argument name => value. Be aware the method reset old values and set new arguments.
- Аргументы
-
array | $arguments | List of action arguments. |
- Возвращает
- AutoWire\Binder
- Исключения
-
См. определение в файле action.php строка 79
◆ $binder
◆ $config
◆ $controller
◆ $errorCollection
◆ $name