PHP Class Bolt\Twig\SwitchNode

See also: https://gist.github.com/maxgalbu/9409182
Author: Dsls
Author: maxgalbu
Inheritance: extends Twig_Node
Show file Open project: bolt/bolt

Public Methods

Method Description
__construct ( Twig_Node $value, Twig_Node $cases, Twig_Node $default = null, integer $lineNo, null $tag = null ) Constructor.
compile ( Twig_Compiler $compiler )

Method Details

__construct() public method

Constructor.
public __construct ( Twig_Node $value, Twig_Node $cases, Twig_Node $default = null, integer $lineNo, null $tag = null )
$value Twig_Node
$cases Twig_Node
$default Twig_Node
$lineNo integer
$tag null

compile() public method

public compile ( Twig_Compiler $compiler )
$compiler Twig_Compiler