Открытые члены | |
getDefaultPreFilters () | |
getAgreementsAction (int $siteId) | |
acceptAgreementsAction (int $siteId, array $accepted=[]) | |
Открытые члены унаследованные от 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 () | |
configureActions () | |
getAutoWiredParameters () | |
getPrimaryAutoWiredParameter () | |
getDefaultAutoWiredParameters () | |
getRequest () | |
getScope () | |
setScope ($scope) | |
getSourceParametersList () | |
setSourceParametersList ($sourceParametersList) | |
run ($actionName, array $sourceParametersList) | |
finalizeResponse (Response $response) | |
generateActionMethodName ($action) | |
redirectTo ($url) | |
getErrors () | |
getErrorByCode ($code) | |
См. определение в файле cookies.php строка 6
acceptAgreementsAction | ( | int | $siteId, |
array | $accepted = [] ) |
Accepts agreements from user.
int | $siteId | Site id. |
array | $accepted | Agreements codes which user has accepted. |
См. определение в файле cookies.php строка 58
getAgreementsAction | ( | int | $siteId | ) |
Returns site cookie agreements.
int | $siteId | Site id. |
См. определение в файле cookies.php строка 18
getDefaultPreFilters | ( | ) |
Returns default pre-filters for action.
Переопределяет метод предка Controller.
См. определение в файле cookies.php строка 8