function visitTextArea(\cmu\html\form\products\TextArea $component) { $html = "<span "; $html .= $component->getHtmlClass(); $html .= ">"; $html .= $component->getTextareatext(); $html .= "</span>"; return $html; }