PHP 클래스 Symfony\Bundle\TwigBundle\Node\RouteNode

저자: Fabien Potencier ([email protected])
상속: extends Twig_Node
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks

공개 메소드들

메소드 설명
__construct ( Twig_NodeInterface $route, Twig_Node_Expression $attributes = null, $absolute, $lineno, $tag = null )
compile ( $compiler ) Compiles the node to PHP.

메소드 상세

__construct() 공개 메소드

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

compile() 공개 메소드

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