1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
result.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Service\GeoIp;
4
5
use Bitrix\Main;
6
13
class
Result
extends
Main\Result
14
{
16
protected
$geoData
=
null
;
17
21
public
function
__construct
()
22
{
23
parent::__construct();
24
$this->geoData =
new
Data
();
25
}
26
30
public
function
getGeoData
()
31
{
32
return
$this->geoData;
33
}
34
39
public
function
setGeoData
(
Data
$geoData
)
40
{
41
$this->geoData =
$geoData
;
42
return
$this;
43
}
44
}
Bitrix\Main\DB\Result
Определения
result.php:20
Bitrix\Main\ORM\Data\Result
Определения
result.php:16
Bitrix\Main\Service\GeoIp\Result\__construct
__construct()
Определения
result.php:21
Bitrix\Main\Service\GeoIp\Result\setGeoData
setGeoData(Data $geoData)
Определения
result.php:39
Bitrix\Main\Service\GeoIp\Result\getGeoData
getGeoData()
Определения
result.php:30
Bitrix\Main\Service\GeoIp\Result\$geoData
$geoData
Определения
result.php:16
Bitrix\Main\Data
Определения
aliases.php:105
bitrix
modules
main
lib
service
geoip
result.php
Создано системой
1.14.0