Node
class Node
Represents a node in the AST.
Properties
| $nodes | |||
| $attributes |
Methods
__construct(array $nodes = array(), array $attributes = array())
Constructor.
__toString()
No description
evaluate($functions, $values)
No description
Details
at line line 32
__construct(array $nodes = array(), array $attributes = array())
Constructor.