Открытые члены | |
resendCodeAction ($signedData) | |
confirmAction ($code, $signedData) | |
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 () | |
getErrorByCode ($code) | |
Открытые статические члены | |
static | signData (array $data) |
static | extractData ($signedData) |
Открытые статические члены унаследованные от Controller | |
static | className () |
static | getFullEventName ($eventName) |
Открытые атрибуты | |
const | SIGNATURE_SALT = 'phone_auth_sms' |
Открытые атрибуты унаследованные от 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' |
См. определение в файле phoneauth.php строка 14
configureActions | ( | ) |
Переопределяет метод предка Controller.
См. определение в файле phoneauth.php строка 102
confirmAction | ( | $code, | |
$signedData ) |
См. определение в файле phoneauth.php строка 52
|
static |
Converts the signed string to the array of values.
string | $signedData |
См. определение в файле phoneauth.php строка 133
resendCodeAction | ( | $signedData | ) |
См. определение в файле phoneauth.php строка 18
|
static |
Converts the array of values to the signed string.
array | $data | Data to sign. |
См. определение в файле phoneauth.php строка 123
const SIGNATURE_SALT = 'phone_auth_sms' |
См. определение в файле phoneauth.php строка 16