Esempio n. 1
0
 function visitTextArea(\cmu\html\form\products\TextArea $component)
 {
     if (null !== $component->getSanitize() && null != $component->getText()) {
         $sanitize = new \cmu\html\form\sanitize\SanitizeContext($component->getSanitize());
         $component->setText($sanitize->sanitizeText($component->getText()));
     }
 }