public function TripalWebServiceResource::getType

3.x TripalWebServiceResource.inc public TripalWebServiceResource::getType()

Retrieves the type of this resource.

Return value

The name of the resource.

File

tripal_ws/includes/TripalWebServiceResource.inc, line 267

Class

TripalWebServiceResource

Code

public function getType() {
  return $this->type;
}