setValue($value); $this->setType('reset'); } /** * Freeze the element so that only its value is returned * * @access public * @return void */ function freeze() { return false; } }