Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_DeveloperGarden_IpLocation Class Reference
Inheritance diagram for Zend_Service_DeveloperGarden_IpLocation:
Collaboration diagram for Zend_Service_DeveloperGarden_IpLocation:

Public Member Functions

 locateIP ($ip)

Protected Attributes

 $_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-iplocation/services/IPLocation?wsdl'
 $_wsdlFileLocal = 'Wsdl/IPLocation.wsdl'
 $_classMap

Detailed Description

Definition at line 71 of file IpLocation.php.


Member Function Documentation

locateIP ( ip)

locate the given Ip address or array of addresses

Parameters:
Zend_Service_DeveloperGarden_IpLocation_IpAddress | string$ip
Returns:
Zend_Service_DeveloperGarden_Response_IpLocation_LocateIPResponse

Definition at line 108 of file IpLocation.php.

Here is the call graph for this function:


Field Documentation

$_classMap [protected]
Initial value:
 array(
        'LocateIPResponseType'  => 'Zend_Service_DeveloperGarden_Response_IpLocation_LocateIPResponseType',
        'IPAddressLocationType' => 'Zend_Service_DeveloperGarden_Response_IpLocation_IPAddressLocationType',
        'RegionType'            => 'Zend_Service_DeveloperGarden_Response_IpLocation_RegionType',
        'GeoCoordinatesType'    => 'Zend_Service_DeveloperGarden_Response_IpLocation_GeoCoordinatesType',
        'CityType'              => 'Zend_Service_DeveloperGarden_Response_IpLocation_CityType',
    )

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 94 of file IpLocation.php.

$_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-iplocation/services/IPLocation?wsdl' [protected]

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 79 of file IpLocation.php.

$_wsdlFileLocal = 'Wsdl/IPLocation.wsdl' [protected]

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 86 of file IpLocation.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations