NodeContainer
extends
Node
in
Lyrical node containing other nodes.
Table of Contents
- accept() : void
- Accepts the given visitor.
- getNodes() : array<string|int, Node>
Methods
accept()
Accepts the given visitor.
public
accept(VisitorInterface $visitor) : void
Parameters
- $visitor : VisitorInterface
-
visitor
Return values
void —getNodes()
public
getNodes() : array<string|int, Node>
Return values
array<string|int, Node> —contained nodes