Node

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.

Parameters

array $nodes An array of nodes
array $attributes An array of attributes

__toString()

compile(Compiler $compiler)

Parameters

Compiler $compiler

evaluate($functions, $values)

Parameters

$functions
$values
doc_Symfony
2016-10-28 06:24:21
Comments
Leave a Comment

Please login to continue.