clear() public method

public clear ( )
Beispiel #1
0
 /**
  *
  */
 public function clear()
 {
     parent::clear();
     $this->_AllowedFileExtensions = array('jpg', 'jpeg', 'gif', 'png', 'bmp', 'ico');
 }