em_soap Klassenreferenz
Aufstellung aller Elemente
Ausführliche Beschreibung
Enter description here...
Dokumentation der Elementfunktionen
| em_soap::array2object |
( |
$ |
array |
) |
|
Enter description here...
- Parameter:
-
- Rückgabe:
- unknown
| em_soap::call |
( |
$ |
func, |
|
|
$ |
param = array(), |
|
|
$ |
username = false, |
|
|
$ |
password = false | |
|
) |
| | |
Enter description here...
- Parameter:
-
| unknown_type | $func |
| unknown_type | $param |
| unknown_type | $username |
| unknown_type | $password |
- Rückgabe:
- unknown
| em_soap::callNuSOAP |
( |
$ |
func, |
|
|
$ |
param | |
|
) |
| | |
Enter description here...
- Parameter:
-
| unknown_type | $func |
| unknown_type | $param |
- Rückgabe:
- unknown
| em_soap::callPearSOAP |
( |
$ |
func, |
|
|
$ |
param | |
|
) |
| | |
Enter description here...
- Parameter:
-
| unknown_type | $func |
| unknown_type | $param |
- Rückgabe:
- unknown
| em_soap::callPhpSOAP |
( |
$ |
func, |
|
|
$ |
param | |
|
) |
| | |
Enter description here...
- Parameter:
-
| unknown_type | $func |
| unknown_type | $param |
- Rückgabe:
- unknown
| em_soap::getFunctions |
( |
|
) |
|
Enter description here...
- Rückgabe:
- unknown
| em_soap::init |
( |
$ |
options = false, |
|
|
$ |
username = false, |
|
|
$ |
password = false | |
|
) |
| | |
Enter description here...
- Parameter:
-
| array | $options |
| string | $username |
| string | $password |
- Rückgabe:
- [type] ...
Enter description here...
- Rückgabe:
- unknown
| em_soap::lastResponse |
( |
|
) |
|
Enter description here...
- Rückgabe:
- unknown
| em_soap::login |
( |
$ |
username, |
|
|
$ |
password | |
|
) |
| | |
Enter description here...
- Parameter:
-
| string | $username |
| string | $password |
- Rückgabe:
- mixed false on failure, $reactid on success
Enter description here...
- Rückgabe:
- unknown
| em_soap::object2array |
( |
$ |
object |
) |
|
Enter description here...
- Parameter:
-
- Rückgabe:
- unknown
Dokumentation der Datenelemente
| 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
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
- /srv/www/vhosts/typo3.local/typo3_src-4.2.10/typo3/mod/tools/em/class.em_soap.php