Открытые члены | |
__construct (int $statusCode, array $headers=null, StreamInterface $body=null, string $version=null, string $reasonPhrase='') | |
getStatusCode () | |
withStatus (int $code, string $reasonPhrase='') | |
getReasonPhrase () | |
adjustHeaders () | |
Дополнительные унаследованные члены |
См. определение в файле response.php строка 15
__construct | ( | int | $statusCode, |
array | $headers = null, | ||
StreamInterface | $body = null, | ||
string | $version = null, | ||
string | $reasonPhrase = '' ) |
См. определение в файле response.php строка 17
adjustHeaders | ( | ) |
Adjusts the response headers after dechunking and decompressing the body.
См. определение в файле response.php строка 55
getReasonPhrase | ( | ) |
См. определение в файле response.php строка 46
getStatusCode | ( | ) |
См. определение в файле response.php строка 27
withStatus | ( | int | $code, |
string | $reasonPhrase = '' ) |
См. определение в файле response.php строка 35