Exemplo n.º 1
0
 function getVar($key)
 {
     if ($key == 'com_text') {
         $ts =& MyTextSanitizer::getInstance();
         return $ts->displayTarea($this->get($key), $this->get('dohtml'), $this->get('dosmiley'), $this->get('doxcode'), $this->get('doimage'), $this->get('dobr'));
     } else {
         return parent::getVar($key);
     }
 }