Example #1
0
 public function __construct($file)
 {
     parent::__construct($file);
     $this->setMaxSize(1234567);
     $this->setMaxHeight(123456);
     $this->setMaxWidth(123456);
 }
Example #2
0
 public function __construct($file)
 {
     parent::__construct($file);
 }