1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
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
Определения
result.php:16
Bitrix\Pull\TransportResult
Определения
transportresult.php:6
Bitrix\Pull\TransportResult\$remoteAddress
string $remoteAddress
Определения
transportresult.php:7
Bitrix\Pull\TransportResult\getRemoteAddress
getRemoteAddress()
Определения
transportresult.php:9
Bitrix\Pull\TransportResult\withRemoteAddress
withRemoteAddress(string $remoteAddress)
Определения
transportresult.php:14
bitrix
modules
pull
lib
transportresult.php
Создано системой
1.14.0