public function TripalWebService::getDocumentation

3.x TripalWebService.inc public TripalWebService::getDocumentation()

Retrieves an array contining the supported classes.

Supported classe are resources provided by this web services and the operations supported by those classes.

Return value

An array of TripalWebServiceResource objects that follow the Hydra documentation for documenting supported classes.

1 call to TripalWebService::getDocumentation()
1 method overrides TripalWebService::getDocumentation()

File

tripal_ws/includes/TripalWebService.inc, line 329

Class

TripalWebService

Code

public function getDocumentation() {
  return $this->documentation;
}