Example class definition
<?php
/**
* Web Service Responses
*
* @package blocks/helloworld
* @author Mark Nielsen
*/
/**
* Response for service: test
*
* @param string $say Tell the service what to say
* @return string
*/
public function test($say) {
return $this->standard($say);
}
}
Documentation generated on Thu, 28 Jun 2012 16:33:45 -0700 by phpDocumentor 1.4.3