Class PhpParser\NodeVisitor\FirstFindingVisitor

extends NodeVisitorAbstract

This visitor can be used to find the first node satisfying some criterion determined by a filter callback.

Methods
Methods inherited from PhpParser\NodeVisitorAbstract
leaveNode(), afterTraverse()
Properties