XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
XCube_AbstractServiceClient Class Reference

[Experiment Class] The adapter for a service class. More...

Inheritance diagram for XCube_AbstractServiceClient:
ShadePlus_SoapClient XCube_ServiceClient

Public Member Functions

 __construct (&$service)
 
 prepare ()
 
 setUser (&$user)
 
 call ( $operation, $params)
 
 getOperationData ( $operation)
 
 setError ( $message)
 
 getError ()
 

Data Fields

 $mService
 
 $mClientErrorStr
 
 $mUser
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

__construct ( & $service)

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

Member Function Documentation

◆ call()

call ( $operation,
$params )

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

◆ getError()

getError ( )

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

◆ getOperationData()

getOperationData ( $operation)

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

◆ prepare()

prepare ( )

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

◆ setError()

setError ( $message)

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

◆ setUser()

setUser ( & $user)

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

Field Documentation

◆ $mClientErrorStr

$mClientErrorStr

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

◆ $mService

$mService

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

◆ $mUser

$mUser

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


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