◆ addService()
addService |
( |
| $name, |
|
|
& | $service ) |
Add service object. $name must be unique in the list of service. If the service which has the same name, is a member of the list, return false.
- Parameters
-
- Returns
- bool
◆ addWSDL()
Add WSDL URL. $name must be unique in the list of service. If the service which has the same name, is a member of the list, return false.
- Parameters
-
- Returns
- bool
◆ addXCubeService()
addXCubeService |
( |
| $name, |
|
|
& | $service ) |
◆ createClient()
& createClient |
( |
& | $service | ) |
|
Create client instance which to connect to a service, with following the kind of the service. Then return that instance. For example, if the specified service is really web service, SOAP client has to be created. But, if the service is a virtual service of XCube, virtual client has to be created.
- Parameters
-
- Returns
- null
◆ searchXCubeService()
& searchXCubeService |
( |
| $name | ) |
|
This member function will be removed at beta version.
- Parameters
-
- Returns
- mixed|null
- Deprecated
- See also
- XCube_ServiceManager\getService()
◆ $mServices
The documentation for this class was generated from the following file:
- C:/Ampps/www/legacy250/html/core/XCube_ServiceManager.class.php