![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct ($classLoader) | |
run (callable $execute=null) | |
Protected Member Functions | |
defineLegacyConstants () | |
Protected Attributes | |
$bootstrap | |
$entryPointPath = 'typo3/sysext/install/Start/' | |
$availableRequestHandlers | |
Entry point for the TYPO3 Install Tool
Definition at line 22 of file typo3/sysext/install/Classes/Http/Application.php.
__construct | ( | $classLoader | ) |
Constructor setting up legacy constant and register available Request Handlers
\Composer\Autoload\ClassLoader | $classLoader | an instance of the class loader |
Definition at line 47 of file typo3/sysext/install/Classes/Http/Application.php.
References Application\defineLegacyConstants(), and Bootstrap\getInstance().
|
protected |
Define constants
Definition at line 86 of file typo3/sysext/install/Classes/Http/Application.php.
Referenced by Application\__construct().
run | ( | callable | $execute = null | ) |
Set up the application and shut it down afterwards Failsafe minimal setup mode for the install tool Does not call "run()" therefore
callable | $execute |
Implements ApplicationInterface.
Definition at line 72 of file typo3/sysext/install/Classes/Http/Application.php.
|
protected |
Definition at line 38 of file typo3/sysext/install/Classes/Http/Application.php.
|
protected |
Definition at line 27 of file typo3/sysext/install/Classes/Http/Application.php.
|
protected |
Definition at line 32 of file typo3/sysext/install/Classes/Http/Application.php.