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

Public Member Functions

 run (callable $execute=null)
 

Protected Member Functions

 sendResponse (ResponseInterface $response)
 
ResponseInterface handle (ServerRequestInterface $request)
 

Protected Attributes

RequestHandlerInterface null $requestHandler
 

Private Attributes

const MULTI_LINE_HEADERS
 

Detailed Description

Definition at line 28 of file AbstractApplication.php.

Member Function Documentation

◆ handle()

ResponseInterface TYPO3\CMS\Core\Http\AbstractApplication::handle ( ServerRequestInterface  $request)
protected
Parameters
ServerRequestInterface$request
Returns
‪ResponseInterface

Reimplemented in TYPO3\CMS\Frontend\Http\Application, TYPO3\CMS\Backend\Http\Application, and TYPO3\CMS\Install\Http\Application.

Definition at line 82 of file AbstractApplication.php.

Referenced by TYPO3\CMS\Core\Http\AbstractApplication\run().

◆ run()

TYPO3\CMS\Core\Http\AbstractApplication::run ( callable  $execute = null)
final

◆ sendResponse()

TYPO3\CMS\Core\Http\AbstractApplication::sendResponse ( ResponseInterface  $response)
protected

Outputs content

Parameters
ResponseInterface$response

Definition at line 43 of file AbstractApplication.php.

Referenced by TYPO3\CMS\Core\Http\AbstractApplication\run().

Member Data Documentation

◆ $requestHandler

RequestHandlerInterface null TYPO3\CMS\Core\Http\AbstractApplication::$requestHandler
protected

◆ MULTI_LINE_HEADERS

const TYPO3\CMS\Core\Http\AbstractApplication::MULTI_LINE_HEADERS
private
Initial value:
= [
'set-cookie',
]

Definition at line 30 of file AbstractApplication.php.