options = $options; } public function render() { if (array_key_exists('multiple', $this->attr)) { $this->attr['name'] .= '[]'; } $html = sprintf(''; $html .= $this->getDescriptionHtml(); return $html; } }