Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
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}
withRemoteAddress(string $remoteAddress)