コード例 #1
0
 public function Clear()
 {
     parent::Clear();
     $this->_AllowedFileExtensions = array('jpg', 'jpeg', 'gif', 'png', 'bmp', 'ico');
 }