_element, $name); } /** * * render the form element * * @return string */ public function render() { $value = $this->getValue(); $multiple = ($this->getMultiple() === true) ? $this->_brackets : ''; return ''; } }