$configurator | Controller | protected |
$errorCollection | Controller | protected |
$request | Controller | protected |
__construct(Request $request=null) | Controller | |
addError(Error $error) | Controller | protected |
addErrorAction(string $file) | Xscan | |
addErrors(array $errors) | Controller | protected |
appendFilters(array $filters, array $filtersToAppend) | Controller | protected |
buildActionInstance($actionName, array $config) | Controller | protected |
buildErrorFromException(\Exception $e) | Controller | protected |
buildErrorFromPhpError(\Error $error) | Controller | protected |
buildFilters(array $config=null) | Controller | protected |
className() | Controller | static |
collectDebugInfo() | Controller | protected |
configureActions() | Controller | |
convertKeysToCamelCase($data) | Controller | |
create($actionName) | Controller | protected |
decodePostData() | Controller | protected |
detachFilters(Action $action) | Controller | protected |
detachPostFilters(Action $action) | Controller | protected |
detachPreFilters(Action $action) | Controller | protected |
ERROR_REQUIRED_PARAMETER | Controller | |
ERROR_UNKNOWN_ACTION | Controller | |
EVENT_ON_AFTER_ACTION | Controller | |
EVENT_ON_BEFORE_ACTION | Controller | |
EXCEPTION_UNKNOWN_ACTION | Controller | |
existsAction($actionName) | Controller | protected |
finalizeResponse(Response $response) | Controller | |
findHtaccessAction(string $break_point='') | Xscan | |
forward($controller, string $actionName, array $parameters=null) | Controller | |
generateActionMethodName($action) | Controller | |
getActionConfig($actionName) | Controller | protected |
getActionUri(string $actionName, array $params=[], bool $absolute=false) | Controller | |
getAutoWiredParameters() | Controller | |
getConfigurationOfActions() | Controller | |
getCurrentUser() | Controller | |
getDefaultAutoWiredParameters() | Controller | |
getDefaultPostFilters() | Controller | protected |
getDefaultPreFilters() | Controller | protected |
getErrorByCode($code) | Controller | |
getErrors() | Controller | |
getFilePath() | Controller | protected |
getFilter() | Xscan | static |
getFullEventName($eventName) | Controller | static |
getModuleId() | Controller | |
getPrimaryAutoWiredParameter() | Controller | |
getRequest() | Controller | |
getSaltToUnsign() | Controller | protected |
getScope() | Controller | |
getSourceParametersList() | Controller | |
getUnsignedParameters() | Controller | |
hideAction(string $file) | Xscan | |
hideFilesAction(array $files, string $all='false') | Xscan | |
init() | Controller | protected |
isLocatedUnderPsr4() | Controller | |
listNameActions() | Controller | |
logDebugInfo() | Controller | protected |
METHOD_ACTION_SUFFIX | Controllerable | |
prepareParams() | Controller | protected |
prisonAction(string $file) | Xscan | |
processAfterAction(Action $action, $result) | Controller | protected |
processBeforeAction(Action $action) | Xscan | protected |
processUnsignedParameters() | Controller | protected |
redirectTo($url) | Controller | |
releaseAction(string $file) | Xscan | |
removeFilters(array $filters, array $filtersToRemove) | Controller | protected |
run($actionName, array $sourceParametersList) | Controller | |
runProcessingBinderThrowable(BinderArgumentException $e) | Controller | protected |
runProcessingError(\Error $error) | Controller | protected |
runProcessingException(\Exception $e) | Controller | protected |
runProcessingIfInvalidCsrfToken() | Controller | protected |
runProcessingIfUserNotAuthorized() | Controller | protected |
runProcessingThrowable(\Throwable $throwable) | Controller | protected |
scanAction(string $start_path, string $break_point='', string $clean='N', int $progress=0, int $total=0) | Xscan | |
SCOPE_AJAX | Controller | |
SCOPE_CLI | Controller | |
SCOPE_REST | Controller | |
setActionConfig($actionName, array $config=null) | Controller | protected |
setCurrentUser(CurrentUser $currentUser) | Controller | |
setScope($scope) | Controller | |
setSourceParametersList($sourceParametersList) | Controller | |
shouldDecodePostData(Action $action) | Controller | protected |
triggerOnAfterAction(Action $action, $result) | Controller | protected |
triggerOnBeforeAction(Action $action) | Controller | protected |
writeToLogException(\Throwable $e) | Controller | protected |