Esempio n. 1
0
 public function setOptions()
 {
     $this->_fl_instance = FL::getInstance();
     $this->_output = array();
     $this->_preType = 0;
     $this->_preText = '';
     $this->_punct = split(' ', '+ - * / % & ++ -- = += -= *= /= %= == === != !== > < >= <= >> << >>> >>>= >>= <<= && &= | || ! !! , : ? ^ ^= |= ::');
 }