You are here

public function EasyRdf_Format::getMimeTypes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php \EasyRdf_Format::getMimeTypes()

Get all the registered mime types for a format object

Return value

array One or more MIME types in an array with the mime type as the key and q value as the value

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php, line 365

Class

EasyRdf_Format
Class the represents an RDF file format.

Code

public function getMimeTypes() {
  return $this->mimeTypes;
}