Exemplo n.º 1
0
 /**
  * Add a custom function to the parser.  no return value
  * @param String $token The name of the function to add
  */
 public function addCustomFunction($token)
 {
     PHPSQLParserConstants::addCustomFunction($token);
 }