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