Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
transportresult.php
1
<?php
2
3
namespace
Bitrix\Pull
;
4
5
class
TransportResult
extends
\Bitrix\Main\Result
6
{
7
protected
string
$remoteAddress
=
''
;
8
9
public
function
getRemoteAddress
(): string
10
{
11
return
$this->remoteAddress
;
12
}
13
14
public
function
withRemoteAddress
(
string
$remoteAddress
):
TransportResult
15
{
16
$this->remoteAddress =
$remoteAddress
;
17
return
$this;
18
}
19
}
Bitrix\Main\ORM\Data\Result
Definition
result.php:16
Bitrix\Pull\TransportResult
Definition
transportresult.php:6
Bitrix\Pull\TransportResult\$remoteAddress
string $remoteAddress
Definition
transportresult.php:7
Bitrix\Pull\TransportResult\getRemoteAddress
getRemoteAddress()
Definition
transportresult.php:9
Bitrix\Pull\TransportResult\withRemoteAddress
withRemoteAddress(string $remoteAddress)
Definition
transportresult.php:14
Bitrix\Pull
modules
pull
lib
transportresult.php
Создано системой
1.10.0