Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Handler
+ Граф наследования:Handler:

Открытые члены

 __construct (RequestInterface $request, ResponseBuilder $responseBuilder, array $options=[])
 
 getRequest ()
 
 getResponse ()
 
 getLogger ()
 
 log (string $logMessage, int $level)
 
 shouldFetchBody (callable $callback)
 
- Открытые члены унаследованные от DebugInterface
 setDebugLevel (int $debugLevel)
 
 getDebugLevel ()
 

Защищенные данные

bool $waitResponse = true
 
int $bodyLengthMax = 0
 
RequestInterface $request
 
ResponseBuilder $responseBuilder
 
 $shouldFetchBody = null
 
string $responseHeaders = ''
 
Response $response = null
 

Подробное описание

См. определение в файле handler.php строка 16

Конструктор(ы)

◆ __construct()

__construct ( RequestInterface $request,
ResponseBuilder $responseBuilder,
array $options = [] )
Аргументы
RequestInterface$request
ResponseBuilder$responseBuilder
array$options

См. определение в файле handler.php строка 36

Методы

◆ getLogger()

getLogger ( )

Returns the logger from the configuration settings.

Возвращает
Log\LoggerInterface|null

См. определение в файле handler.php строка 72

◆ getRequest()

getRequest ( )
Возвращает
RequestInterface

См. определение в файле handler.php строка 54

◆ getResponse()

getResponse ( )
Возвращает
Response | null

См. определение в файле handler.php строка 62

◆ log()

log ( string $logMessage,
int $level )

См. определение в файле handler.php строка 87

◆ shouldFetchBody()

shouldFetchBody ( callable $callback)

Sets a callback called before fetching a message body.

Аргументы
callable$callback
Возвращает
void

См. определение в файле handler.php строка 112

Данные класса

◆ $bodyLengthMax

int $bodyLengthMax = 0
protected

См. определение в файле handler.php строка 22

◆ $request

RequestInterface $request
protected

См. определение в файле handler.php строка 24

◆ $response

Response $response = null
protected

См. определение в файле handler.php строка 28

◆ $responseBuilder

ResponseBuilder $responseBuilder
protected

См. определение в файле handler.php строка 25

◆ $responseHeaders

string $responseHeaders = ''
protected

См. определение в файле handler.php строка 27

◆ $shouldFetchBody

$shouldFetchBody = null
protected

См. определение в файле handler.php строка 26

◆ $waitResponse

bool $waitResponse = true
protected

См. определение в файле handler.php строка 21