_getInfo($name, $value, $attribs); extract($info); // name, value, attribs, options, listsep, disable // check if disabled $disabled = ''; if ($disable) { $disabled = ' disabled="disabled"'; } // Render button $xhtml = 'view->escape($value) . '"'; } // add attributes, close, and return $xhtml .= $this->_htmlAttribs($attribs) . $this->getClosingBracket(); return $xhtml; } }