Solutions Open Source

Référence de la classe em_soap

Liste de tous les membres

Fonctions membres publiques

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

Attributs publics

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


Description détaillée

Enter description here...

Documentation des fonctions membres

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

Enter description here...

Paramètres:
array $options
string $username
string $password
Renvoie:
[type] ...

em_soap::login ( username,
password 
)

Enter description here...

Paramètres:
string $username
string $password
Renvoie:
mixed false on failure, $reactid on success

em_soap::logout (  ) 

Enter description here...

Renvoie:
unknown

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

Enter description here...

Paramètres:
unknown_type $func
unknown_type $param
unknown_type $username
unknown_type $password
Renvoie:
unknown

em_soap::callPhpSOAP ( func,
param 
)

Enter description here...

Paramètres:
unknown_type $func
unknown_type $param
Renvoie:
unknown

em_soap::callPearSOAP ( func,
param 
)

Enter description here...

Paramètres:
unknown_type $func
unknown_type $param
Renvoie:
unknown

em_soap::callNuSOAP ( func,
param 
)

Enter description here...

Paramètres:
unknown_type $func
unknown_type $param
Renvoie:
unknown

em_soap::object2array ( object  ) 

Enter description here...

Paramètres:
unknown_type $object
Renvoie:
unknown

em_soap::array2object ( array  ) 

Enter description here...

Paramètres:
unknown_type $array
Renvoie:
unknown

em_soap::lastRequest (  ) 

Enter description here...

Renvoie:
unknown

em_soap::lastResponse (  ) 

Enter description here...

Renvoie:
unknown

em_soap::getFunctions (  ) 

Enter description here...

Renvoie:
unknown


Documentation des données membres

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

em_soap::$client = false

em_soap::$error = false

em_soap::$username = false

em_soap::$password = false

em_soap::$reactid = false


La documentation de cette classe a été générée à partir du fichier suivant :
Généré le Fri Aug 31 11:40:53 2007 pour OBLADY - Typo3 API v4.1.2 par  doxygen 1.5.3