Class PhpParser\NodeVisitor\ParentConnectingVisitor

final
extends NodeVisitorAbstract

Visitor that connects a child node to its parent node.

On the child node, the parent node can be accessed through $node->getAttribute('parent').

Methods
Methods inherited from PhpParser\NodeVisitorAbstract
afterTraverse()