view->escape($name) . '"' . ' value="' . $this->view->escape($value) . '"' . ' id="' . $this->view->escape($name) . '"' . $this->_htmlAttribs($attribs) . $this->getClosingBracket(); } }