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