public static function EasyRdf_Format::getNames in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php \EasyRdf_Format::getNames()
Get a list of format names
Return value
array An array of formats name
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Format.php, line 65
Class
- EasyRdf_Format
- Class the represents an RDF file format.
Code
public static function getNames() {
return array_keys(self::$formats);
}