__construct() public method

+---------------------------------------------------------- 架构函数 +---------------------------------------------------------- +----------------------------------------------------------
public __construct ( $maxSize = '', $allowExts = '', $allowTypes = '', $savePath = UPLOAD_PATH, $saveRule = '' )
コード例 #1
0
 public function __construct(&$files, $path)
 {
     parent::__construct($files);
     $this->saved_files = array();
     $this->path_final = $path;
     $this->resample = new ImageResample();
 }