Documentation TYPO3 par Ameos

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::init ( options = false,
username = false,
password = false 
)

Enter description here...

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

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

References $options, $password, and $username.

em_soap::login ( username,
password 
)

Enter description here...

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

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

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

em_soap::logout (  ) 

Enter description here...

Returns:
unknown

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

References call().

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 161 of file class.em_soap.php.

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

Referenced by login(), and logout().

em_soap::callPhpSOAP ( func,
param 
)

Enter description here...

Parameters:
unknown_type $func
unknown_type $param
Returns:
unknown

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

References object2array().

Referenced by call().

em_soap::callPearSOAP ( func,
param 
)

Enter description here...

Parameters:
unknown_type $func
unknown_type $param
Returns:
unknown

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

References object2array().

Referenced by call().

em_soap::callNuSOAP ( func,
param 
)

Enter description here...

Parameters:
unknown_type $func
unknown_type $param
Returns:
unknown

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

References array2object().

Referenced by call().

em_soap::object2array ( object  ) 

Enter description here...

Parameters:
unknown_type $object
Returns:
unknown

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

Referenced by callPearSOAP(), and callPhpSOAP().

em_soap::array2object ( array  ) 

Enter description here...

Parameters:
unknown_type $array
Returns:
unknown

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

Referenced by callNuSOAP().

em_soap::lastRequest (  ) 

Enter description here...

Returns:
unknown

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

em_soap::lastResponse (  ) 

Enter description here...

Returns:
unknown

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

em_soap::getFunctions (  ) 

Enter description here...

Returns:
unknown

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


Member Data Documentation

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().


The documentation for this class was generated from the following file:


Généré par L'expert TYPO3 avec  doxygen 1.4.6