TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Application Class Reference
Inheritance diagram for Application:
ApplicationInterface

Public Member Functions

 __construct ($classLoader)
 
 run (callable $execute=null)
 

Protected Member Functions

 defineLegacyConstants ()
 

Protected Attributes

 $bootstrap
 
 $entryPointPath = ''
 
 $availableRequestHandlers
 

Detailed Description

Entry point for the TYPO3 Frontend

Definition at line 23 of file typo3/sysext/frontend/Classes/Http/Application.php.

Constructor & Destructor Documentation

__construct (   $classLoader)

Constructor setting up legacy constant and register available Request Handlers

Parameters
\Composer\Autoload\ClassLoader$classLoaderan instance of the class loader

Definition at line 50 of file typo3/sysext/frontend/Classes/Http/Application.php.

References Application\defineLegacyConstants(), and Bootstrap\getInstance().

Member Function Documentation

defineLegacyConstants ( )
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

Parameters
callable$execute
Returns
void

Implements ApplicationInterface.

Definition at line 76 of file typo3/sysext/frontend/Classes/Http/Application.php.

Member Data Documentation

$availableRequestHandlers
protected
Initial value:
= array(
\TYPO3\CMS\Frontend\Http\RequestHandler::class,
\TYPO3\CMS\Frontend\Http\EidRequestHandler::class
)

Definition at line 40 of file typo3/sysext/frontend/Classes/Http/Application.php.

$bootstrap
protected
$entryPointPath = ''
protected