XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
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.

Definition at line 161 of file XCube_Service.class.php.

Member Function Documentation

◆ call()

call ( $operation,
$params )

Reimplemented from XCube_AbstractServiceClient.

Definition at line 162 of file XCube_Service.class.php.


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