You are here

public function RDFxRestWSBaseFormat::updateResource in RDF Extensions 7.2

File

./rdfx.restws.formats.inc, line 14

Class

RDFxRestWSBaseFormat
A base formatter for all RDF serialization formats.

Code

public function updateResource($resourceController, $id, $data) {
  throw new RestWSException('Not implemented', 501);
}