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