Пример #1
0
 /**
  * get token info, add regexp allowed item
  * @see Fl_Token::getTokenInfo()
  */
 public function getTokenInfo($type = '', $value = '', $isComment = false)
 {
     $result = parent::getTokenInfo($type, $value, $isComment);
     $this->regexpAllowed = Fl_Js_Static::isRegexpAllowed($type, $value);
     return $result;
 }