clear() public method

public clear ( )
コード例 #1
0
ファイル: class.uploadimage.php プロジェクト: sitexa/vanilla
 /**
  *
  */
 public function clear()
 {
     parent::clear();
     $this->_AllowedFileExtensions = array('jpg', 'jpeg', 'gif', 'png', 'bmp', 'ico');
 }