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