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