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()

File

tripal_ws/includes/TripalWebService.inc, line 104

Class

TripalWebService

Code

public function handleRequest() {
  // TODO: make sure the $this->path and $this->params are set before
  // continuing.
}