Example #1
0
 /**
  * Remove a custom function from the parser.  no return value
  * @param String $token The name of the function to remove
  */
 public function removeCustomFunction($token)
 {
     PHPSQLParserConstants::remove_custom_function($token);
 }