![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct ($classLoader) | |
run (callable $execute=null) | |
Protected Member Functions | |
defineLegacyConstants () | |
defineAdditionalEntryPointRelatedConstants () | |
Protected Attributes | |
$bootstrap | |
$entryPointPath = 'typo3/' | |
$request | |
$availableRequestHandlers | |
Entry point for the TYPO3 Backend (HTTP requests)
Definition at line 23 of file typo3/sysext/backend/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 55 of file typo3/sysext/backend/Classes/Http/Application.php.
References $GLOBALS, Application\defineAdditionalEntryPointRelatedConstants(), Application\defineLegacyConstants(), elseif, and Bootstrap\getInstance().
|
protected |
Define values that are based on the current script
Definition at line 114 of file typo3/sysext/backend/Classes/Http/Application.php.
References $GLOBALS, GeneralUtility\_GET(), elseif, and GeneralUtility\getIndpEnv().
Referenced by Application\__construct().
|
protected |
Define constants and variables
Definition at line 106 of file typo3/sysext/backend/Classes/Http/Application.php.
Referenced by Application\__construct().
run | ( | callable | $execute = null | ) |
Set up the application and shut it down afterwards
callable | $execute |
Implements ApplicationInterface.
Definition at line 92 of file typo3/sysext/backend/Classes/Http/Application.php.
|
protected |
Definition at line 44 of file typo3/sysext/backend/Classes/Http/Application.php.
|
protected |
Definition at line 28 of file typo3/sysext/backend/Classes/Http/Application.php.
|
protected |
Definition at line 33 of file typo3/sysext/backend/Classes/Http/Application.php.
|
protected |
Definition at line 38 of file typo3/sysext/backend/Classes/Http/Application.php.