Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Service/StrikeIron/ZipCodeInfo.php
Go to the documentation of this file.
00001 <?php
00024 require_once 'Zend/Service/StrikeIron/Base.php';
00025 
00033 class Zend_Service_StrikeIron_ZipCodeInfo extends Zend_Service_StrikeIron_Base
00034 {
00039     protected $_options = array('username' => null,
00040                                 'password' => null,
00041                                 'client'   => null,
00042                                 'options'  => null,
00043                                 'headers'  => null,
00044                                 'wsdl'     => 'http://sdpws.strikeiron.com/zf1.StrikeIron/sdpZIPCodeInfo?WSDL');
00045 }
 All Data Structures Namespaces Files Functions Variables Enumerations