[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.
call | ( | $operation, | |
$params ) |
Reimplemented from XCube_AbstractServiceClient.