Copied!

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

CloneableInstantiable
Methods
public __construct(callable $filterCallback)
public PhpParser\NodeVisitorAbstract::afterTraverse(array $nodes)
public beforeTraverse(array $nodes)
public enterNode(PhpParser\Node $node)
public getFoundNode()
 

Get found node satisfying the filter callback.

Returns null if no node satisfies the filter callback.

public PhpParser\NodeVisitorAbstract::leaveNode(PhpParser\Node $node)
Properties
protected $filterCallback
protected $foundNode
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration