‪TYPO3CMS  ‪main
TYPO3\CMS\Frontend\Http\Application Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\Http\Application:
TYPO3\CMS\Core\Http\AbstractApplication TYPO3\CMS\Core\Core\ApplicationInterface

Public Member Functions

 __construct (RequestHandlerInterface $requestHandler, protected readonly Context $context,)
 
 handle (ServerRequestInterface $request)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Http\AbstractApplication
 run ()
 

Protected Member Functions

 initializeContext ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Http\AbstractApplication
 sendResponse (ResponseInterface $response)
 

Additional Inherited Members

- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Http\AbstractApplication
RequestHandlerInterface null $requestHandler
 

Detailed Description

Entry point for the TYPO3 Frontend

Definition at line 34 of file Application.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Frontend\Http\Application::__construct ( RequestHandlerInterface  $requestHandler,
protected readonly Context  $context 
)

Member Function Documentation

◆ handle()

TYPO3\CMS\Frontend\Http\Application::handle ( ServerRequestInterface  $request)

◆ initializeContext()

TYPO3\CMS\Frontend\Http\Application::initializeContext ( )
protected

Initializes the Context used for accessing data and finding out the current state of the application

Definition at line 55 of file Application.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Frontend\Http\Application\handle().