예제 #1
0
파일: Image.php 프로젝트: kingsj/core
 /**
  * Get file extension
  *
  * @return string
  */
 public function getExtension()
 {
     return self::STORAGE_S3 == $this->getStorageType() ? $this->getExtensionByMIME() : parent::getExtension();
 }