См. определение в файле controller.php строка 21
◆ __construct()
◆ checkAction()
◆ checkRequiredFilesParams()
checkRequiredFilesParams |
( |
array | $required | ) |
|
|
protected |
◆ checkRequiredGetParams()
checkRequiredGetParams |
( |
array | $required | ) |
|
|
protected |
◆ checkRequiredInputParams()
checkRequiredInputParams |
( |
array | $inputParams, |
|
|
array | $required ) |
|
protected |
- Аргументы
-
array | $inputParams | |
array | $required | |
- Возвращает
- bool
См. определение в файле controller.php строка 418
◆ checkRequiredModules()
◆ checkRequiredPostParams()
checkRequiredPostParams |
( |
array | $required | ) |
|
|
protected |
◆ end()
◆ exec()
◆ getAction()
◆ getActionDescription()
◆ getApplication()
- Возвращает
- Application|\Bitrix\Main\HttpApplication|\CMain
См. определение в файле controller.php строка 407
◆ getErrorByCode()
Getting once error with the necessary code.
- Аргументы
-
string | $code | Code of error. |
- Возвращает
- Error[]
Замещает IErrorable.
См. определение в файле controller.php строка 204
◆ getErrors()
◆ getErrorsByCode()
Getting array of errors with the necessary code.
- Аргументы
-
string | $code | Code of error. |
- Возвращает
- Error[]
Замещает IErrorable.
См. определение в файле controller.php строка 196
◆ getUser()
- Возвращает
- array|bool|\CUser|\CUser
См. определение в файле controller.php строка 92
◆ isAjaxRequest()
Returns whether this is an AJAX (XMLHttpRequest) request.
- Возвращает
- boolean
См. определение в файле controller.php строка 472
◆ listOfActions()
◆ normalizeActionDescription()
normalizeActionDescription |
( |
| $action, |
|
|
| $description ) |
|
protected |
◆ normalizeListOfAction()
normalizeListOfAction |
( |
array | $listOfActions | ) |
|
|
protected |
◆ prepareParams()
◆ processBeforeAction()
processBeforeAction |
( |
| $actionName | ) |
|
|
protected |
Common operations before run action.
- Аргументы
-
string | $actionName | Action name which will be run. |
- Возвращает
- bool If method will return false, then action will not execute.
См. определение в файле controller.php строка 369
◆ resolveAction()
◆ runAction()
◆ runProcessingException()
runProcessingException |
( |
\Exception | $e | ) |
|
|
protected |
◆ runProcessingIfInvalidCsrfToken()
runProcessingIfInvalidCsrfToken |
( |
| ) |
|
|
protected |
◆ runProcessingIfUserNotAuthorized()
runProcessingIfUserNotAuthorized |
( |
| ) |
|
|
protected |
◆ sendJsonAccessDeniedResponse()
sendJsonAccessDeniedResponse |
( |
| $message = '' | ) |
|
|
protected |
◆ sendJsonCompletedResponse()
sendJsonCompletedResponse |
( |
array | $response = array() | ) |
|
|
protected |
◆ sendJsonInvalidSignResponse()
sendJsonInvalidSignResponse |
( |
| $message = '' | ) |
|
|
protected |
◆ sendJsonProcessingResponse()
sendJsonProcessingResponse |
( |
array | $response = array() | ) |
|
|
protected |
◆ sendJsonResponse()
sendJsonResponse |
( |
| $response, |
|
|
| $params = null ) |
|
protected |
◆ sendJsonSuccessResponse()
sendJsonSuccessResponse |
( |
array | $response = array() | ) |
|
|
protected |
◆ sendResponse()
sendResponse |
( |
| $response | ) |
|
|
protected |
◆ setAction()
setAction |
( |
| $action, |
|
|
array | $description ) |
- Аргументы
-
string | $action | |
array | $description | |
- Возвращает
- $this
См. определение в файле controller.php строка 338
◆ setActionName()
◆ $action
◆ $actionDescription
◆ $errorCollection
◆ $realActionName
◆ $request
◆ ERROR_REQUIRED_PARAMETER
const ERROR_REQUIRED_PARAMETER = 'LISTS_CONTROLLER_22001' |
◆ ERROR_UNKNOWN_ACTION
const ERROR_UNKNOWN_ACTION = 'LISTS_CONTROLLER_22002' |
◆ STATUS_COMPLETED
const STATUS_COMPLETED = 'completed' |
◆ STATUS_DENIED
const STATUS_DENIED = 'denied' |
◆ STATUS_ERROR
const STATUS_ERROR = 'error' |
◆ STATUS_INVALID_SIGN
const STATUS_INVALID_SIGN = 'invalid_sign' |
◆ STATUS_NEED_AUTH
const STATUS_NEED_AUTH = 'need_auth' |
◆ STATUS_PROCESSING
const STATUS_PROCESSING = 'processing' |
◆ STATUS_SUCCESS
const STATUS_SUCCESS = 'success' |