getMimetype() публичный Метод

public getMimetype ( ) : string
Результат string
Пример #1
0
 /**
  * Returns the mimetype of the asset
  *
  * @return string
  */
 function getContentType()
 {
     return $this->asset->getMimetype();
 }