1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
request.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\MessageService\DTO
;
4
5
class
Request
6
{
7
public
$method
;
8
public
$uri
;
9
public
$headers
= [];
10
public
$body
;
11
12
public
function
__construct
(
array
$fields
=
null
)
13
{
14
if
(
$fields
!==
null
)
15
{
16
$this->
hydrate
(
$fields
);
17
}
18
}
19
20
public
function
hydrate
(
array
$fields
)
21
{
22
$this->method =
$fields
[
'method'
] ??
$this->method
;
23
$this->uri =
$fields
[
'uri'
] ??
$this->uri
;
24
$this->headers =
$fields
[
'headers'
] ??
$this->headers
;
25
$this->body =
$fields
[
'body'
] ??
$this->body
;
26
}
27
}
Bitrix\MessageService\DTO\Request
Определения
request.php:6
Bitrix\MessageService\DTO\Request\$method
$method
Определения
request.php:7
Bitrix\MessageService\DTO\Request\$body
$body
Определения
request.php:10
Bitrix\MessageService\DTO\Request\__construct
__construct(array $fields=null)
Определения
request.php:12
Bitrix\MessageService\DTO\Request\$headers
$headers
Определения
request.php:9
Bitrix\MessageService\DTO\Request\$uri
$uri
Определения
request.php:8
Bitrix\MessageService\DTO\Request\hydrate
hydrate(array $fields)
Определения
request.php:20
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\MessageService\DTO
Определения
request.php:3
$fields
$fields
Определения
yandex_run.php:501
bitrix
modules
messageservice
lib
dto
request.php
Создано системой
1.14.0