mtv\tags\Twig_Node_While::__construct PHP Method

__construct() public method

public __construct ( Twig_NodeInterface $tests, $lineno, $tag = null )
$tests Twig_NodeInterface
    public function __construct(\Twig_NodeInterface $tests, $lineno, $tag = null)
    {
        parent::__construct(array('tests' => $tests), array(), $lineno, $tag);
    }
Twig_Node_While