コード例 #1
0
ファイル: Text.php プロジェクト: radicalsuz/amp
 function setFile($path)
 {
     parent::setFile($path);
     if (file_exists($this->getPath())) {
         $this->getBody();
     }
 }
コード例 #2
0
ファイル: Image.php プロジェクト: radicaldesigns/amp
 function setFile($file_path)
 {
     parent::setFile($file_path);
     $this->set_mimetype();
     $this->set_size();
 }