Hello.
After use php parser in any application, some one write these code:
$visitor = new MyVisitor() ;
$parser = new PhpParser\Parser(new PhpParser\Lexer\Emulative) ;
$traverser = new PhpParser\NodeTraverser ;
What are the meaning of them? (any line)
Hello. After use php parser in any application, some one write these code:
Thank you.