FunctionNode

class FunctionNode extends Node

Properties

$nodes from Node
$attributes from Node

Methods

__construct($name, Node $arguments)

Constructor.

__toString() from Node
compile(Compiler $compiler)
evaluate($functions, $values)

Details

__construct($name, Node $arguments)

Constructor.

Parameters

$name
Node $arguments

__toString()

compile(Compiler $compiler)

Parameters

Compiler $compiler

evaluate($functions, $values)

Parameters

$functions
$values

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/ExpressionLanguage/Node/FunctionNode.html