PHP Class Symfony\Bundle\TwigBundle\Node\RouteNode

Author: Fabien Potencier ([email protected])
Inheritance: extends Twig_Node
Datei anzeigen Open project: pmjones/php-framework-benchmarks

Public Methods

Method Description
__construct ( Twig_NodeInterface $route, Twig_Node_Expression $attributes = null, $absolute, $lineno, $tag = null )
compile ( $compiler ) Compiles the node to PHP.

Method Details

__construct() public method

public __construct ( Twig_NodeInterface $route, Twig_Node_Expression $attributes = null, $absolute, $lineno, $tag = null )
$route Twig_NodeInterface
$attributes Twig_Node_Expression

compile() public method

Compiles the node to PHP.
public compile ( $compiler )