Example #1
0
 /**
  * @param $type
  * @param $value
  * @return wfWAFLexerToken
  */
 protected function createToken($type, $value)
 {
     return new wfWAFLexerToken($type, $value, $this->scanner->getLine(), $this->scanner->getColumn());
 }