_element, $name); } /** * * render the form element * * @return string */ public function render() { return $this->getPrefix() . ' ' . $this->getValue() . ' ' . $this->getSuffix(); } }