/** reset rubric form * reset this rubric form (item, values, postvars and the form [elements]) */ function reset() { parent::reset(); unset($this->_array_plugins); }
public function reset() { $this->unsetDetailMode(); parent::reset(); }
/** reset rubric form * reset this rubric form (item, values, postvars and the form [elements]) */ function reset() { parent::reset(); unset($this->_array_extra); }