Пример #1
0
 /**
  * Gets the mime type associated with the current resource (if available).
  *
  * @return string The mime type.
  */
 public function getMime()
 {
     return $this->resource->getMime();
 }