You are here

public static function EasyRdf_Format::getFormats in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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;
}