StopwatchNode
class StopwatchNode extends Node
Represents a stopwatch node.
Methods
__construct(Node $name, Node $body, AssignNameExpression $var, int $lineno, string $tag = null) | ||
compile(Compiler $compiler) |
Details
__construct(Node $name, Node $body, AssignNameExpression $var, int $lineno, string $tag = null)
Parameters
Node | $name | |
Node | $body | |
AssignNameExpression | $var | |
int | $lineno | |
string | $tag |
compile(Compiler $compiler)
Parameters
Compiler | $compiler |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Bridge/Twig/Node/StopwatchNode.html