XCube
The foundational Core of XoopsCube Legacy
 
Loading...
Searching...
No Matches
XCube_ServiceClient Class Reference

[Abstract] Interface to be used for accessing a Service. More...

Inheritance diagram for XCube_ServiceClient:
XCube_AbstractServiceClient

Public Member Functions

 call ( $operation, $params)
 
- Public Member Functions inherited from XCube_AbstractServiceClient
 __construct (&$service)
 
 prepare ()
 
 setUser (&$user)
 
 getOperationData ( $operation)
 
 setError ( $message)
 
 getError ()
 

Additional Inherited Members

- Data Fields inherited from XCube_AbstractServiceClient
 $mService
 
 $mClientErrorStr
 
 $mUser
 

Detailed Description

[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.

Member Function Documentation

◆ call()

call ( $operation,
$params )

Reimplemented from XCube_AbstractServiceClient.


The documentation for this class was generated from the following file: