Открытые члены | |
__construct (array $headers=null, StreamInterface $body=null, string $version=null) | |
getProtocolVersion () | |
withProtocolVersion (string $version) | |
getHeadersCollection () | |
getHeaders () | |
hasHeader (string $name) | |
getHeader (string $name) | |
getHeaderLine (string $name) | |
withHeader (string $name, $value) | |
withAddedHeader (string $name, $value) | |
withoutHeader (string $name) | |
getBody () | |
withBody (StreamInterface $body) | |
__clone () | |
Защищенные данные | |
HttpHeaders | $headers |
StreamInterface | $body |
См. определение в файле message.php строка 16
__construct | ( | array | $headers = null, |
StreamInterface | $body = null, | ||
string | $version = null ) |
array | null | $headers | |
StreamInterface | null | $body | |
string | null | $version |
См. определение в файле message.php строка 26
__clone | ( | ) |
Переопределяется в Request.
См. определение в файле message.php строка 154
getBody | ( | ) |
См. определение в файле message.php строка 138
getHeader | ( | string | $name | ) |
См. определение в файле message.php строка 89
getHeaderLine | ( | string | $name | ) |
См. определение в файле message.php строка 97
getHeaders | ( | ) |
См. определение в файле message.php строка 73
getHeadersCollection | ( | ) |
См. определение в файле message.php строка 65
getProtocolVersion | ( | ) |
См. определение в файле message.php строка 41
hasHeader | ( | string | $name | ) |
См. определение в файле message.php строка 81
withAddedHeader | ( | string | $name, |
$value ) |
См. определение в файле message.php строка 116
withBody | ( | StreamInterface | $body | ) |
См. определение в файле message.php строка 146
withHeader | ( | string | $name, |
$value ) |
См. определение в файле message.php строка 105
withoutHeader | ( | string | $name | ) |
См. определение в файле message.php строка 127
withProtocolVersion | ( | string | $version | ) |
См. определение в файле message.php строка 49
|
protected |
См. определение в файле message.php строка 19
|
protected |
См. определение в файле message.php строка 18