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