|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct (&$service) | |
| call ($operation, $args) | |
| _encodeUTF8 ($arr, &$languageManager) | |
| _decodeUTF8 ($arr, &$languageManager) | |
Public Member Functions inherited from XCube_AbstractServiceClient | |
| prepare () | |
| setUser (&$user) | |
| getOperationData ( $operation) | |
| setError ( $message) | |
| getError () | |
Data Fields | |
| $mClient = null | |
Data Fields inherited from XCube_AbstractServiceClient | |
| $mService | |
| $mClientErrorStr | |
| $mUser | |
Definition at line 16 of file SoapClient.class.php.
| __construct | ( | & | $service | ) |
Reimplemented from XCube_AbstractServiceClient.
Definition at line 20 of file SoapClient.class.php.
| _decodeUTF8 | ( | $arr, | |
| & | $languageManager ) |
Definition at line 57 of file SoapClient.class.php.
| _encodeUTF8 | ( | $arr, | |
| & | $languageManager ) |
Definition at line 44 of file SoapClient.class.php.
| call | ( | $operation, | |
| $args ) |
Reimplemented from XCube_AbstractServiceClient.
Definition at line 27 of file SoapClient.class.php.
| $mClient = null |
Definition at line 18 of file SoapClient.class.php.