예제 #1
0
파일: Js.class.php 프로젝트: ranklau/Fl
 public function setOptions()
 {
     $this->_fl_instance = FL::getInstance();
     $this->_output = array();
     $this->_preType = 0;
     $this->_preText = '';
     $this->_punct = split(' ', '+ - * / % & ++ -- = += -= *= /= %= == === != !== > < >= <= >> << >>> >>>= >>= <<= && &= | || ! !! , : ? ^ ^= |= ::');
 }