| Package | system.web.services |
|---|---|
| Inheritance | class CSoapObjectWrapper |
| Since | 1.0.5 |
| Version | $Id: CWebService.php 1597 2009-12-17 22:13:29Z qiang.xue $ |
| Property | Type | Description | Defined By |
|---|---|---|---|
| object | object | the service provider | CSoapObjectWrapper |
| Method | Description | Defined By |
|---|---|---|
| __call() | PHP __call magic method. | CSoapObjectWrapper |
| __construct() | Constructor. | CSoapObjectWrapper |
the service provider
|
public mixed __call(string $name, array $arguments)
| ||
| $name | string | method name |
| $arguments | array | method arguments |
| {return} | mixed | method return value |
PHP __call magic method. This method calls the service provider to execute the actual logic.
|
public void __construct(object $object)
| ||
| $object | object | the service provider |
Constructor.
Be the first person to leave a comment
Please login to leave your comment.