class Node
Represents a node in the AST.
Properties
| $nodes | |||
| $attributes |
Methods
| __construct(array $nodes = array(), array $attributes = array()) Constructor. | ||
| __toString() | ||
| compile(Compiler $compiler) | ||
| evaluate($functions, $values) |
Details
__construct(array $nodes = array(), array $attributes = array())
Constructor.
Please login to continue.