PHP 클래스 Twig_TokenParser_For, php-framework-benchmarks


    {% for user in users %}
  • {{ user.username|e }}
  • {% endfor %}
상속: extends Twig_TokenParser
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks

공개 메소드들

메소드 설명
decideForEnd ( $token )
decideForFork ( $token )
getTag ( ) Gets the tag name associated with this token parser.
parse ( Twig_Token $token ) : Twig_NodeInterface Parses a token and returns a node.

메소드 상세

decideForEnd() 공개 메소드

public decideForEnd ( $token )

decideForFork() 공개 메소드

public decideForFork ( $token )

getTag() 공개 메소드

Gets the tag name associated with this token parser.
public getTag ( )

parse() 공개 메소드

Parses a token and returns a node.
public parse ( Twig_Token $token ) : Twig_NodeInterface
$token Twig_Token A Twig_Token instance
리턴 Twig_NodeInterface A Twig_NodeInterface instance