Example class definition

  1. <?php
  2. /**
  3.  * Web Service Responses
  4.  *
  5.  * @package blocks/helloworld
  6.  * @author Mark Nielsen
  7.  */
  8. class blocks_helloworld_lib_server_response extends mr_server_response_abstract {
  9.     /**
  10.      * Response for service: test
  11.      *
  12.      * @param string $say Tell the service what to say
  13.      * @return string 
  14.      */
  15.     public function test($say{
  16.         return $this->standard($say);
  17.     }
  18. }

Documentation generated on Thu, 28 Jun 2012 16:33:45 -0700 by phpDocumentor 1.4.3