public function EasyRdf_Format::getExtensions in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php \EasyRdf_Format::getExtensions()
Get all the registered file extensions (filename suffix) for a format object
Return value
array One or more extensions as an array
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Format.php, line 401
Class
- EasyRdf_Format
- Class the represents an RDF file format.
Code
public function getExtensions() {
return $this->extensions;
}