em_soap Class Reference

List of all members.

Public Member Functions

 init ($options=false, $username=false, $password=false)
 login ($username, $password)
 logout ()
 call ($func, $param=array(), $username=false, $password=false)
 callPhpSOAP ($func, $param)
 callPearSOAP ($func, $param)
 callNuSOAP ($func, $param)
 object2array ($object)
 array2object ($array)
 lastRequest ()
 lastResponse ()
 getFunctions ()

Public Attributes

 $options = array()
 $client = false
 $error = false
 $username = false
 $password = false
 $reactid = false

Detailed Description

Enter description here...

Definition at line 34 of file class.em_soap.php.


Member Function Documentation

em_soap::array2object ( array  ) 

Enter description here...

Parameters:
unknown_type $array
Returns:
unknown

Definition at line 355 of file class.em_soap.php.

References $key, and $value.

Referenced by callNuSOAP().

em_soap::call ( func,
param = array(),
username = false,
password = false 
)

Enter description here...

Parameters:
unknown_type $func
unknown_type $param
unknown_type $username
unknown_type $password
Returns:
unknown

Definition at line 167 of file class.em_soap.php.

References $password, $username, callNuSOAP(), callPearSOAP(), and callPhpSOAP().

Referenced by login(), and logout().

em_soap::callNuSOAP ( func,
param 
)

Enter description here...

Parameters:
unknown_type $func
unknown_type $param
Returns:
unknown

Definition at line 295 of file class.em_soap.php.

References array2object().

Referenced by call().

em_soap::callPearSOAP ( func,
param 
)

Enter description here...

Parameters:
unknown_type $func
unknown_type $param
Returns:
unknown

Definition at line 250 of file class.em_soap.php.

References object2array().

Referenced by call().

em_soap::callPhpSOAP ( func,
param 
)

Enter description here...

Parameters:
unknown_type $func
unknown_type $param
Returns:
unknown

Definition at line 209 of file class.em_soap.php.

References object2array().

Referenced by call().

em_soap::getFunctions (  ) 

Enter description here...

Returns:
unknown

Definition at line 401 of file class.em_soap.php.

em_soap::init ( options = false,
username = false,
password = false 
)

Enter description here...

Parameters:
array $options
string $username
string $password
Returns:
[type] ...

Definition at line 80 of file class.em_soap.php.

References $options, $password, and $username.

em_soap::lastRequest (  ) 

Enter description here...

Returns:
unknown

Definition at line 371 of file class.em_soap.php.

em_soap::lastResponse (  ) 

Enter description here...

Returns:
unknown

Definition at line 386 of file class.em_soap.php.

em_soap::login ( username,
password 
)

Enter description here...

Parameters:
string $username
string $password
Returns:
mixed false on failure, $reactid on success

Definition at line 129 of file class.em_soap.php.

References $password, $reactid, $username, and call().

em_soap::logout (  ) 

Enter description here...

Returns:
unknown

Definition at line 148 of file class.em_soap.php.

References call().

em_soap::object2array ( object  ) 

Enter description here...

Parameters:
unknown_type $object
Returns:
unknown

Definition at line 337 of file class.em_soap.php.

References $key, and $value.

Referenced by callPearSOAP(), and callPhpSOAP().


Member Data Documentation

em_soap::$client = false

Definition at line 65 of file class.em_soap.php.

em_soap::$error = false

Definition at line 66 of file class.em_soap.php.

em_soap::$options = array()

valid options passed to the constructor : wsdl : The WSDL location, can be a local file location or an URL. soapoptions : Associative array of SOAP options to be passed to the SOAP implementation constructor, only used for the phpsoap implement. authentication : method of authentication : 'headers' soap headers are used 'prefix' function prefixes are used prefix : optional prefix to be put in front of all methods. implementation : Which type of soap implementation to use : 'detect' automatically detect an implementation. 'phpsoap' PHP builtin SOAP module <http://www.php.net/manual/en/ref.soap.php> 'nusoap' NuSOAP class <http://dietrich.ganx4.com/nusoap> 'pearsoap' PEAR SOAP class <http://pear.php.net/package/SOAP> format : Which type of return structure : 'object' PHP objects 'array' PHP arrays, default

Definition at line 58 of file class.em_soap.php.

Referenced by init().

em_soap::$password = false

Definition at line 69 of file class.em_soap.php.

Referenced by call(), init(), and login().

em_soap::$reactid = false

Definition at line 70 of file class.em_soap.php.

Referenced by login().

em_soap::$username = false

Definition at line 68 of file class.em_soap.php.

Referenced by call(), init(), and login().


The documentation for this class was generated from the following file:
Generated on Sat Nov 29 04:23:29 2008 for TYPO3 API by  doxygen 1.4.7