示例#1
0
文件: Base.php 项目: fousheezy/form
 public function reset()
 {
     $this->formMap = array();
     return parent::reset();
 }