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 | ||
---|---|---|
public
|
beforeTraverse(array $nodes)
|
# |
public
|
enterNode(Node $node)
|
# |
public
|
leaveNode(Node $node)
|
# |
Methods inherited from PhpParser\NodeVisitorAbstract |
---|
afterTraverse() |