Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Андрей authored and Андрей committed Jul 14, 2015
1 parent 0e53124 commit 894cd79
Show file tree
Hide file tree
Showing 5 changed files with 1,155 additions and 1,156 deletions.
22 changes: 11 additions & 11 deletions IWebServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
*/
interface IWebServiceProvider
{
/**
* This method is invoked before the requested remote method is invoked.
* @param WebService $service the currently requested Web service.
* @return boolean whether the remote method should be executed.
*/
public function beforeWebMethod($service);
/**
* This method is invoked after the requested remote method is invoked.
* @param WebService $service the currently requested Web service.
*/
public function afterWebMethod($service);
/**
* This method is invoked before the requested remote method is invoked.
* @param WebService $service the currently requested Web service.
* @return boolean whether the remote method should be executed.
*/
public function beforeWebMethod($service);
/**
* This method is invoked after the requested remote method is invoked.
* @param WebService $service the currently requested Web service.
*/
public function afterWebMethod($service);
}
Loading

0 comments on commit 894cd79

Please sign in to comment.