1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
responseresult.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Seo\Analytics\Services\Helpers\Yandex;
4
5
use Bitrix\Main;
6
8
final
class
ResponseResult
extends
Main\Result
9
{
11
private
mixed $response =
null
;
12
17
public
function
setResponse
($response): self
18
{
19
$this->response = $response;
20
21
return
$this;
22
}
23
25
public
function
getResponse
(): mixed
26
{
27
return
$this->response
;
28
}
29
}
Bitrix\Main\ORM\Data\Result
Определения
result.php:16
Bitrix\Seo\Analytics\Services\Helpers\Yandex\ResponseResult
Определения
responseresult.php:9
Bitrix\Seo\Analytics\Services\Helpers\Yandex\ResponseResult\getResponse
getResponse()
Определения
responseresult.php:25
Bitrix\Seo\Analytics\Services\Helpers\Yandex\ResponseResult\setResponse
setResponse($response)
Определения
responseresult.php:17
$response
$response
Определения
result.php:21
bitrix
modules
seo
lib
analytics
services
helpers
yandex
responseresult.php
Создано системой
1.14.0