示例#1
0
 /**
  * Gets the content type of this file
  *
  * This should be a mime-type value. If null,
  * <kbd>application/octet-steam</kbd> is used.
  *
  * @return string the content type of this file.
  */
 public function getContentType()
 {
     return $this->photo->getMimeType('original');
 }