Class PhpParser\NodeVisitor\ParentConnectingVisitor

final
extends NodeVisitorAbstract

Visitor that connects a child node to its parent node.

With $weakReferences=false on the child node, the parent node can be accessed through $node->getAttribute('parent').

With $weakReferences=true the attribute name is "weak_parent" instead.

Methods
Methods inherited from PhpParser\NodeVisitorAbstract
afterTraverse()
Constants inherited from PhpParser\NodeVisitor
DONT_TRAVERSE_CHILDREN, STOP_TRAVERSAL, REMOVE_NODE, DONT_TRAVERSE_CURRENT_AND_CHILDREN, REPLACE_WITH_NULL