public function EasyRdf_Format::getParserClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php \EasyRdf_Format::getParserClass()
Get the name of the class to use to parse the format
Return value
string The name of the class
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Format.php, line 444
Class
- EasyRdf_Format
- Class the represents an RDF file format.
Code
public function getParserClass() {
return $this->parserClass;
}