1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
transportresult.php
См. документацию.
1<?php
2
3namespace Bitrix\Pull;
4
6{
7 protected string $remoteAddress = '';
8
9 public function getRemoteAddress(): string
10 {
12 }
13
15 {
16 $this->remoteAddress = $remoteAddress;
17 return $this;
18 }
19}
string $remoteAddress
Определения transportresult.php:7
withRemoteAddress(string $remoteAddress)
Определения transportresult.php:14