PHP 클래스 Symfony\Bundle\TwigBundle\Extension\TemplatingExtension

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

보호된 프로퍼티들

프로퍼티 타입 설명
$container

공개 메소드들

메소드 설명
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
abbrClass ( $class )
abbrMethod ( $method )
dump ( $value )
fileExcerpt ( $file, $line )
formatArgs ( $args )
formatArgsAsText ( $args )
formatFile ( $file, $line )
formatFileFromText ( $text )
getContainer ( )
getFilters ( )
getName ( ) : string Returns the name of the extension.
getTemplating ( )
getTokenParsers ( ) : array Returns the token parser instance to add to the existing list.
yamlEncode ( $input, $inline )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

abbrClass() 공개 메소드

public abbrClass ( $class )

abbrMethod() 공개 메소드

public abbrMethod ( $method )

dump() 공개 메소드

public dump ( $value )

fileExcerpt() 공개 메소드

public fileExcerpt ( $file, $line )

formatArgs() 공개 메소드

public formatArgs ( $args )

formatArgsAsText() 공개 메소드

public formatArgsAsText ( $args )

formatFile() 공개 메소드

public formatFile ( $file, $line )

formatFileFromText() 공개 메소드

public formatFileFromText ( $text )

getContainer() 공개 메소드

public getContainer ( )

getFilters() 공개 메소드

public getFilters ( )

getName() 공개 메소드

Returns the name of the extension.
public getName ( ) : string
리턴 string The extension name

getTemplating() 공개 메소드

public getTemplating ( )

getTokenParsers() 공개 메소드

Returns the token parser instance to add to the existing list.
public getTokenParsers ( ) : array
리턴 array An array of Twig_TokenParser instances

yamlEncode() 공개 메소드

public yamlEncode ( $input, $inline )

프로퍼티 상세

$container 보호되어 있는 프로퍼티

protected $container