You are here

public function RDFxRestWSBaseFormat::createResource in RDF Extensions 7.2

Read only support.

File

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

Class

RDFxRestWSBaseFormat
A base formatter for all RDF serialization formats.

Code

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