_element, $name); } /** * * renders the password form element * the element wont render the data resulted from a previous input * * @return string the html code of the element */ public function render() { $multiple = ($this->getMultiple() === true) ? $this->_brackets : ''; return $this->getPrefix() . ' ' . 'renderAttributes() . $this->_endTag . ' ' . $this->getSuffix(); } }