Package | system.base |
---|---|
Inheritance | interface IWebServiceProvider |
Since | 1.0 |
Source Code | framework/base/interfaces.php |
Method | Description | Defined By |
---|---|---|
afterWebMethod() | This method is invoked after the requested remote method is invoked. | IWebServiceProvider |
beforeWebMethod() | This method is invoked before the requested remote method is invoked. | IWebServiceProvider |
abstract public void afterWebMethod(CWebService $service)
| ||
$service | CWebService | the currently requested Web service. |
This method is invoked after the requested remote method is invoked.
abstract public boolean beforeWebMethod(CWebService $service)
| ||
$service | CWebService | the currently requested Web service. |
{return} | boolean | whether the remote method should be executed. |
This method is invoked before the requested remote method is invoked.
Signup or Login in order to comment.