コード例 #1
0
ファイル: PagesImageHandler.php プロジェクト: DamdamD/Website
 public function __construct($file)
 {
     parent::__construct($file);
     $this->setMaxSize(1234567);
     $this->setMaxHeight(123456);
     $this->setMaxWidth(123456);
 }
コード例 #2
0
ファイル: AvatarHandler.php プロジェクト: DamdamD/Website
 public function __construct($file)
 {
     parent::__construct($file);
 }