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()
- TripalContentService_v0_1::getDocumentation in tripal_ws/
includes/ TripalWebService/ TripalContentService_v0_1.inc
1 method overrides TripalWebService::getDocumentation()
- TripalContentService_v0_1::getDocumentation in tripal_ws/
includes/ TripalWebService/ TripalContentService_v0_1.inc
File
- tripal_ws/
includes/ TripalWebService.inc, line 329
Class
Code
public function getDocumentation() {
return $this->documentation;
}