![]() |
TYPO3
7.6
|
Protected Member Functions | |
checkSessionLifetime () | |
outputLoginFormIfNotAuthorized () | |
addSessionMessages (array $messages) | |
isDbalEnabled () | |
validateAuthenticationAction ($action) | |
getAction () | |
getPostValues () | |
redirect ($controller= '', $action= '') | |
output ($content= '') | |
getSenderEmailAddress () | |
getSenderEmailName () | |
Protected Attributes | |
$objectManager = null | |
$session = null | |
$authenticationActions = array() | |
Controller abstract for shared parts of Tool, Step and Ajax controller
Definition at line 24 of file install/Classes/Controller/AbstractController.php.
|
protected |
Add status messages to session. Used to output messages between requests, especially in step controller
array<\TYPO3\CMS\Install\Status\StatusInterface> | $messages |
Definition at line 401 of file install/Classes/Controller/AbstractController.php.
Referenced by StepController\executeSpecificStep().
|
protected |
Check if session expired.
Definition at line 165 of file install/Classes/Controller/AbstractController.php.
Referenced by StepController\execute(), ToolController\execute(), and AjaxController\execute().
|
protected |
Retrieve parameter from GET or POST and sanitize
Exception |
Definition at line 490 of file install/Classes/Controller/AbstractController.php.
References GeneralUtility\_GP().
Referenced by StepController\executeSpecificStep(), and StepController\outputSpecificStep().
|
protected |
Get POST form values of install tool. All POST data is secured by form token protection, except in very installation step.
Definition at line 517 of file install/Classes/Controller/AbstractController.php.
References GeneralUtility\_POST().
Referenced by StepController\executeSpecificStep(), and StepController\outputSpecificStep().
|
protected |
Get sender address from configuration ['TYPO3_CONF_VARS']['MAIL']['defaultMailFromAddress'] If this setting is empty fall back to 'no-re' ply@ examp le.c om
Definition at line 610 of file install/Classes/Controller/AbstractController.php.
References $GLOBALS.
|
protected |
Gets sender name from configuration ['TYPO3_CONF_VARS']['MAIL']['defaultMailFromName'] If this setting is empty, it falls back to a default string.
Definition at line 624 of file install/Classes/Controller/AbstractController.php.
References $GLOBALS.
|
protected |
Return TRUE if dbal and adodb extension is loaded.
Definition at line 458 of file install/Classes/Controller/AbstractController.php.
|
protected |
Output content. WARNING: This exits the script execution!
string | $content | Content to output |
Definition at line 594 of file install/Classes/Controller/AbstractController.php.
Referenced by AbstractController\outputLoginFormIfNotAuthorized(), and StepController\outputSpecificStep().
|
protected |
Show login for if user is not authorized yet and if not in first installation process.
Definition at line 271 of file install/Classes/Controller/AbstractController.php.
References AbstractController\output().
Referenced by StepController\execute(), and ToolController\execute().
|
protected |
HTTP redirect to self, preserving allowed GET variables. WARNING: This exits the script execution!
string | $controller | Can be set to 'tool' to redirect from step to tool controller |
string | $action | Set specific action for next request, used in step controller to specify next step |
Definition at line 534 of file install/Classes/Controller/AbstractController.php.
References GeneralUtility\_GP().
Referenced by StepController\executeSpecificStep(), StepController\outputSpecificStep(), and StepController\redirectToTool().
|
protected |
Check given action name is one of the allowed actions.
string | $action | Given action to validate |
Exception |
Definition at line 474 of file install/Classes/Controller/AbstractController.php.
|
protected |
Definition at line 39 of file install/Classes/Controller/AbstractController.php.
|
protected |
Definition at line 29 of file install/Classes/Controller/AbstractController.php.
|
protected |
Definition at line 34 of file install/Classes/Controller/AbstractController.php.