Ejemplo n.º 1
0
 /**
  * Gets the format associated with the mime type.
  *
  * @param string $mimeType The associated mime type
  *
  * @return string|null The format (null if not found)
  *
  * @api
  */
 public function getFormat($mimeType)
 {
     return parent::getFormat($mimeType);
 }