public function TripalWebServiceCollection::setType

3.x TripalWebServiceCollection.inc public TripalWebServiceCollection::setType($type)

Overrides TripalWebServiceResource::setType

See also

TripalWebServiceResource::setType()

File

tripal_ws/includes/TripalWebServiceCollection.inc, line 104

Class

TripalWebServiceCollection

Code

public function setType($type) {
  // TODO: There should be a check to make sure that the type is a
  // subclass of the hydra:Collection term.
  parent::setType($type);
}