|
1C-Bitrix 25.700.0
|
Открытые члены | |
| confirmAction ($code, $signedData) | |
| loginByOtpAction ($otp, $captchaSid="", $captchaWord="") | |
| configureActions () | |
| Открытые члены унаследованные от Controller | |
| __construct (Request $request=null) | |
| forward ($controller, string $actionName, array $parameters=null) | |
| getConfigurationOfActions () | |
| getModuleId () | |
| isLocatedUnderPsr4 () | |
| getActionUri (string $actionName, array $params=[], bool $absolute=false) | |
| getUnsignedParameters () | |
| getCurrentUser () | |
| setCurrentUser (CurrentUser $currentUser) | |
| convertKeysToCamelCase ($data) | |
| listNameActions () | |
| getAutoWiredParameters () | |
| getPrimaryAutoWiredParameter () | |
| getDefaultAutoWiredParameters () | |
| getRequest () | |
| getScope () | |
| setScope ($scope) | |
| getSourceParametersList () | |
| setSourceParametersList ($sourceParametersList) | |
| run ($actionName, array $sourceParametersList) | |
| finalizeResponse (Response $response) | |
| generateActionMethodName ($action) | |
| redirectTo ($url) | |
| getErrors () | |
| hasErrors () | |
| getErrorByCode ($code) | |
Поля данных | |
| const | SIGNATURE_SALT = 'phone_auth_email' |
| Поля данных унаследованные от Controller | |
| const | SCOPE_REST = 'rest' |
| const | SCOPE_AJAX = 'ajax' |
| const | SCOPE_CLI = 'cli' |
| const | EVENT_ON_BEFORE_ACTION = 'onBeforeAction' |
| const | EVENT_ON_AFTER_ACTION = 'onAfterAction' |
| const | ERROR_REQUIRED_PARAMETER = 'MAIN_CONTROLLER_22001' |
| const | ERROR_UNKNOWN_ACTION = 'MAIN_CONTROLLER_22002' |
| const | EXCEPTION_UNKNOWN_ACTION = 22002 |
| Поля данных унаследованные от Controllerable | |
| const | METHOD_ACTION_SUFFIX = 'Action' |
Дополнительные унаследованные члены | |
| Открытые статические члены унаследованные от Controller | |
| static | className () |
| static | getFullEventName ($eventName) |
| Защищенные данные унаследованные от Controller | |
| $errorCollection | |
| $request | |
| Configurator | $configurator |
См. определение в файле authcode.php строка 16
|
protected |
См. определение в файле authcode.php строка 164
| configureActions | ( | ) |
Переопределяет метод предка Controller.
См. определение в файле authcode.php строка 182
| confirmAction | ( | $code, | |
| $signedData ) |
Verifies the code and authorizes the user on success.
| string | $code | User input |
| string | $signedData | Expected to be sent back from sendEmail() result |
См. определение в файле authcode.php строка 68
| loginByOtpAction | ( | $otp, | |
| $captchaSid = "", | |||
| $captchaWord = "" ) |
Verifies the code and authorizes the user on success.
| string | $otp | OTP code |
| string | $captchaSid | If needed |
| string | $captchaWord | If needed |
См. определение в файле authcode.php строка 144
| const SIGNATURE_SALT = 'phone_auth_email' |
См. определение в файле authcode.php строка 18