_getInfo($name, $value, $attribs); extract($info); // name, value, attribs, options, listsep, disable // build the element if ($disable) { // disabled $xhtml = $this->_hidden($name, $value) . $this->view->escape($value); } else { // enabled $xhtml = '_htmlAttribs($attribs) . ' />'; } return $xhtml; } }