Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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
Definition
result.php:19
Bitrix\Main\ORM\Data\Result
Definition
result.php:16
Bitrix\Main\Service\GeoIp\Data
Definition
data.php:12
Bitrix\Main\Service\GeoIp\Result\__construct
__construct()
Definition
result.php:21
Bitrix\Main\Service\GeoIp\Result\setGeoData
setGeoData(Data $geoData)
Definition
result.php:39
Bitrix\Main\Service\GeoIp\Result\getGeoData
getGeoData()
Definition
result.php:30
Bitrix\Main\Service\GeoIp\Result\$geoData
$geoData
Definition
result.php:16
Bitrix\Main\Service\GeoIp
Definition
base.php:3
Bitrix\Main
modules
main
lib
service
geoip
result.php
Создано системой
1.10.0