コード例 #1
0
 /** reset rubric form
  *  reset this rubric form (item, values, postvars and the form [elements])
  */
 function reset()
 {
     parent::reset();
     unset($this->_array_plugins);
 }
コード例 #2
0
ファイル: cs_annotation_form.php プロジェクト: a2call/commsy
 public function reset()
 {
     $this->unsetDetailMode();
     parent::reset();
 }
コード例 #3
0
 /** reset rubric form
  *  reset this rubric form (item, values, postvars and the form [elements])
  */
 function reset()
 {
     parent::reset();
     unset($this->_array_extra);
 }