public function EasyRdf_Format::getParserClass

Get the name of the class to use to parse the format

Return value

string The name of the class

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php, line 441

Class

EasyRdf_Format
Class the represents an RDF file format.

Code

public function getParserClass() {
  return $this->parserClass;
}