XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
[Abstract] Interface to be used for accessing a Service. More...
Public Member Functions | |
call ( $operation, $params) | |
![]() | |
__construct (&$service) | |
prepare () | |
setUser (&$user) | |
getOperationData ( $operation) | |
setError ( $message) | |
getError () | |
Additional Inherited Members | |
![]() | |
$mService | |
$mClientErrorStr | |
$mUser | |
[Abstract] Interface to be used for accessing a Service.
The client object for XCube_Service(Inner service). This class calls functions directly, but exchanges the request object of the context to enable the service logic to get values by the request object. After calls, restores the original request object.
Definition at line 161 of file XCube_Service.class.php.
call | ( | $operation, | |
$params ) |
Reimplemented from XCube_AbstractServiceClient.
Definition at line 162 of file XCube_Service.class.php.