$configurator | Controller | protected |
$errorCollection | Controller | protected |
$request | Controller | protected |
__construct(Request $request=null) | Controller | |
addConnectionAction() | SyncAjax | |
addError(Error $error) | Controller | protected |
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 |
clearSuccessfulConnectionNotifierAction(string $accountType) | SyncAjax | |
collectDebugInfo() | Controller | protected |
configureActions() | SyncAjax | |
convertKeysToCamelCase($data) | Controller | |
create($actionName) | Controller | protected |
createGoogleConnectionAction() | SyncAjax | |
createIcloudConnectionAction(?string $appleId, ?string $appPassword) | SyncAjax | |
createOffice365ConnectionAction() | SyncAjax | |
deactivateConnectionAction(int $connectionId, $removeCalendars='N') | SyncAjax | |
decodePostData() | Controller | protected |
detachFilters(Action $action) | Controller | protected |
detachPostFilters(Action $action) | Controller | protected |
detachPreFilters(Action $action) | Controller | protected |
disableIphoneOrMacConnectionAction() | SyncAjax | |
disableShowGoogleApplicationRefusedAction() | SyncAjax | |
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 | |
forward($controller, string $actionName, array $parameters=null) | Controller | |
generateActionMethodName($action) | Controller | |
getActionConfig($actionName) | Controller | protected |
getActionUri(string $actionName, array $params=[], bool $absolute=false) | Controller | |
getAllSectionsForGoogleAction(int $connectionId) | SyncAjax | |
getAllSectionsForIcloudAction(int $connectionId) | SyncAjax | |
getAllSectionsForOffice365Action(int $connectionId) | SyncAjax | |
getAuthLinkAction() | SyncAjax | |
getAutoWiredParameters() | Controller | |
getConfigurationOfActions() | Controller | |
getCurrentUser() | Controller | |
getDefaultAutoWiredParameters() | Controller | |
getDefaultPostFilters() | Controller | protected |
getDefaultPreFilters() | Controller | protected |
getErrorByCode($code) | Controller | |
getErrors() | Controller | |
getFilePath() | Controller | protected |
getFullEventName($eventName) | Controller | static |
getModuleId() | Controller | |
getOauthConnectionLinkAction(string $serviceName) | SyncAjax | |
getOutlookLinkAction(int $id) | SyncAjax | |
getPrimaryAutoWiredParameter() | Controller | |
getRequest() | Controller | |
getSaltToUnsign() | Controller | protected |
getScope() | Controller | |
getSourceParametersList() | Controller | |
getSyncInfoAction() | SyncAjax | |
getUnsignedParameters() | Controller | |
handleMobileAuthAction(string $serviceName, string $hitHash) | SyncAjax | |
init() | Controller | protected |
isLocatedUnderPsr4() | Controller | |
listNameActions() | Controller | |
logDebugInfo() | Controller | protected |
METHOD_ACTION_SUFFIX | Controllerable | |
prepareParams() | Controller | protected |
processAfterAction(Action $action, $result) | Controller | protected |
processBeforeAction(Action $action) | Controller | protected |
processUnsignedParameters() | Controller | protected |
redirectTo($url) | Controller | |
removeConnectionAction($connectionId, $removeCalendars) | SyncAjax | |
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 |
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 |
syncIcloudConnectionAction($connectionId) | SyncAjax | |
triggerOnAfterAction(Action $action, $result) | Controller | protected |
triggerOnBeforeAction(Action $action) | Controller | protected |
updateConnectionAction() | SyncAjax | |
writeToLogException(\Throwable $e) | Controller | protected |