![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct ($classLoader) | |
run (callable $execute=null) | |
Protected Member Functions | |
defineLegacyConstants () | |
Protected Attributes | |
$bootstrap | |
$entryPointPath = '' | |
$availableRequestHandlers | |
Entry point for the TYPO3 Frontend
Definition at line 23 of file typo3/sysext/frontend/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 50 of file typo3/sysext/frontend/Classes/Http/Application.php.
References Application\defineLegacyConstants(), and Bootstrap\getInstance().
|
protected |
Define constants and variables
Definition at line 90 of file typo3/sysext/frontend/Classes/Http/Application.php.
Referenced by Application\__construct().
run | ( | callable | $execute = null | ) |
Starting point
callable | $execute |
Implements ApplicationInterface.
Definition at line 76 of file typo3/sysext/frontend/Classes/Http/Application.php.
|
protected |
Definition at line 40 of file typo3/sysext/frontend/Classes/Http/Application.php.
|
protected |
Definition at line 28 of file typo3/sysext/frontend/Classes/Http/Application.php.
|
protected |
Definition at line 34 of file typo3/sysext/frontend/Classes/Http/Application.php.