public function TripalWebService::handleRequest
3.x TripalWebService.inc | public TripalWebService::handleRequest() |
Responds to the request argument provided to the service.
This function should be implemented by a TripalWebService child class.
2 methods override TripalWebService::handleRequest()
- TripalContentService_v0_1::handleRequest in tripal_ws/
includes/ TripalWebService/ TripalContentService_v0_1.inc - TripalDocService_v0_1::handleRequest in tripal_ws/
includes/ TripalWebService/ TripalDocService_v0_1.inc
File
- tripal_ws/
includes/ TripalWebService.inc, line 104
Class
Code
public function handleRequest() {
// TODO: make sure the $this->path and $this->params are set before
// continuing.
}