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

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

 __construct (string $method, UriInterface $uri, array $headers=null, StreamInterface $body=null, string $version=null)
 
 getRequestTarget ()
 
 withRequestTarget (string $requestTarget)
 
 getMethod ()
 
 withMethod (string $method)
 
 getUri ()
 
 withUri (UriInterface $uri, bool $preserveHost=false)
 
 __clone ()
 
- Открытые члены унаследованные от Message
 __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)
 

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

 $requestTarget
 
UriInterface $uri
 
 $method
 
- Защищенные данные унаследованные от Message
HttpHeaders $headers
 
StreamInterface $body
 

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

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

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

◆ __construct()

__construct ( string $method,
UriInterface $uri,
array $headers = null,
StreamInterface $body = null,
string $version = null )

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

Методы

◆ __clone()

__clone ( )

Переопределяет метод предка Message.

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

◆ getMethod()

getMethod ( )

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

◆ getRequestTarget()

getRequestTarget ( )

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

◆ getUri()

getUri ( )

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

◆ withMethod()

withMethod ( string $method)

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

◆ withRequestTarget()

withRequestTarget ( string $requestTarget)

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

◆ withUri()

withUri ( UriInterface $uri,
bool $preserveHost = false )

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

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

◆ $method

$method
protected

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

◆ $requestTarget

$requestTarget
protected

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

◆ $uri

UriInterface $uri
protected

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