|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
[Experiment Class] The adapter for a service class. More...
Public Member Functions | |
| __construct (&$service) | |
| prepare () | |
| setUser (&$user) | |
| call ( $operation, $params) | |
| getOperationData ( $operation) | |
| setError ( $message) | |
| getError () | |
Data Fields | |
| $mService | |
| $mClientErrorStr | |
| $mUser | |
[Experiment Class] The adapter for a service class.
This class is the adapter of a service class. I give a caller the interface that resembled NUSOAP.
Definition at line 120 of file XCube_Service.class.php.
| __construct | ( | & | $service | ) |
Definition at line 126 of file XCube_Service.class.php.
| call | ( | $operation, | |
| $params ) |
Definition at line 137 of file XCube_Service.class.php.
| getError | ( | ) |
Definition at line 147 of file XCube_Service.class.php.
| getOperationData | ( | $operation | ) |
Definition at line 140 of file XCube_Service.class.php.
| prepare | ( | ) |
Definition at line 130 of file XCube_Service.class.php.
| setError | ( | $message | ) |
Definition at line 143 of file XCube_Service.class.php.
| setUser | ( | & | $user | ) |
Definition at line 133 of file XCube_Service.class.php.
| $mClientErrorStr |
Definition at line 122 of file XCube_Service.class.php.
| $mService |
Definition at line 121 of file XCube_Service.class.php.
| $mUser |
Definition at line 124 of file XCube_Service.class.php.