Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
dataresult.php
1
<?
2
namespace
Bitrix\Main\Service\GeoIp
;
3
4
use
Bitrix\Main
;
5
12
class
DataResult
extends
Main\Result
13
{
14
public
$ip
=
Manager::INFO_NOT_AVAILABLE
;
15
16
public
$lang
=
Manager::INFO_NOT_AVAILABLE
;
17
18
public
$countryName
=
Manager::INFO_NOT_AVAILABLE
;
19
public
$regionName
=
Manager::INFO_NOT_AVAILABLE
;
20
public
$subRegionName
=
Manager::INFO_NOT_AVAILABLE
;
21
public
$cityName
=
Manager::INFO_NOT_AVAILABLE
;
22
23
public
$countryCode
=
Manager::INFO_NOT_AVAILABLE
;
24
public
$regionCode
=
Manager::INFO_NOT_AVAILABLE
;
25
26
public
$zipCode
=
Manager::INFO_NOT_AVAILABLE
;
27
28
public
$latitude
=
Manager::INFO_NOT_AVAILABLE
;
29
public
$longitude
=
Manager::INFO_NOT_AVAILABLE
;
30
31
public
$timezone
=
Manager::INFO_NOT_AVAILABLE
;
32
34
public
$asn
=
Manager::INFO_NOT_AVAILABLE
;
36
public
$ispName
=
Manager::INFO_NOT_AVAILABLE
;
37
38
public
$organizationName
=
Manager::INFO_NOT_AVAILABLE
;
39
public
$handlerClass
=
Manager::INFO_NOT_AVAILABLE
;
40
}
Bitrix\Main\ORM\Data\Result
Definition
result.php:16
Bitrix\Main\Service\GeoIp\DataResult
Definition
dataresult.php:13
Bitrix\Main\Service\GeoIp\DataResult\$countryName
$countryName
Definition
dataresult.php:18
Bitrix\Main\Service\GeoIp\DataResult\$ispName
$ispName
Definition
dataresult.php:36
Bitrix\Main\Service\GeoIp\DataResult\$regionName
$regionName
Definition
dataresult.php:19
Bitrix\Main\Service\GeoIp\DataResult\$subRegionName
$subRegionName
Definition
dataresult.php:20
Bitrix\Main\Service\GeoIp\DataResult\$latitude
$latitude
Definition
dataresult.php:28
Bitrix\Main\Service\GeoIp\DataResult\$zipCode
$zipCode
Definition
dataresult.php:26
Bitrix\Main\Service\GeoIp\DataResult\$handlerClass
$handlerClass
Definition
dataresult.php:39
Bitrix\Main\Service\GeoIp\DataResult\$lang
$lang
Definition
dataresult.php:16
Bitrix\Main\Service\GeoIp\DataResult\$ip
$ip
Definition
dataresult.php:14
Bitrix\Main\Service\GeoIp\DataResult\$cityName
$cityName
Definition
dataresult.php:21
Bitrix\Main\Service\GeoIp\DataResult\$longitude
$longitude
Definition
dataresult.php:29
Bitrix\Main\Service\GeoIp\DataResult\$asn
$asn
Definition
dataresult.php:34
Bitrix\Main\Service\GeoIp\DataResult\$regionCode
$regionCode
Definition
dataresult.php:24
Bitrix\Main\Service\GeoIp\DataResult\$countryCode
$countryCode
Definition
dataresult.php:23
Bitrix\Main\Service\GeoIp\DataResult\$organizationName
$organizationName
Definition
dataresult.php:38
Bitrix\Main\Service\GeoIp\DataResult\$timezone
$timezone
Definition
dataresult.php:31
Bitrix\Main\Service\GeoIp\Manager\INFO_NOT_AVAILABLE
const INFO_NOT_AVAILABLE
Definition
manager.php:42
Bitrix\Main\Service\GeoIp
Definition
base.php:3
Bitrix\Main
modules
main
lib
service
geoip
dataresult.php
Создано системой
1.10.0