public function TripalContentService_v0_1::__construct
3.x TripalContentService_v0_1.inc | public TripalContentService_v0_1::__construct($base_path) |
Implements the constructor
Overrides TripalWebService::__construct
File
- tripal_ws/
includes/ TripalWebService/ TripalContentService_v0_1.inc, line 29
Class
Code
public function __construct($base_path) {
parent::__construct($base_path);
}