API Documentation

Service/DeveloperGarden/Response/IpLocation/IPAddressLocationType.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
DeveloperGarden
version
$Id: IPAddressLocationType.php 20166 2010-01-09 19:00:17Z bkarwin $
Classes
Zend_Service_DeveloperGarden_Response_IpLocation_IPAddressLocationType

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Service_DeveloperGarden_Response_IpLocation_IPAddressLocationType

Extends from
Zend_Service_DeveloperGarden_Response_BaseType
author
Marco Kaiser
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
DeveloperGarden
Properties
$isInRegion
$isInGeo
$isInCity
$ipType
$ipAddress
$radius
Methods
getRegion
getGeoCoordinates
getCity
getIpType
getIpAddress
getRadius
parse

Description

Properties

$ipAddress

string $ipAddress = 'null'

Details

$ipAddress
string
visibility
public
default
null
final
false
static
false

$ipType

integer $ipType = 'null'

Details

$ipType
integer
visibility
public
default
null
final
false
static
false

$isInCity

Zend_Service_DeveloperGarden_Response_IpLocation_CityType $isInCity = 'null'

Details

$isInCity
Zend_Service_DeveloperGarden_Response_IpLocation_CityType
visibility
public
default
null
final
false
static
false

$isInGeo

Zend_Service_DeveloperGarden_Response_IpLocation_GeoCoordinatesType $isInGeo = 'null'

Details

$isInGeo
Zend_Service_DeveloperGarden_Response_IpLocation_GeoCoordinatesType
visibility
public
default
null
final
false
static
false

$isInRegion

Zend_Service_DeveloperGarden_Response_IpLocation_RegionType $isInRegion = 'null'

Details

$isInRegion
Zend_Service_DeveloperGarden_Response_IpLocation_RegionType
visibility
public
default
null
final
false
static
false

$radius

integer $radius = '0'

Details

$radius
integer
visibility
public
default
0
final
false
static
false

Methods

getCity

getGeoCoordinates

getIpAddress

getIpAddress( ) : string

Output
string
Details
visibility
public
final
false
static
false

getIpType

getIpType( ) : integer

Output
integer
Details
visibility
public
final
false
static
false

getRadius

getRadius( ) : integer

Output
integer
Details
visibility
public
final
false
static
false

getRegion

parse

parse( ) :

implement parsing

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.