PHP 클래스 Symfony\Bundle\TwigBundle\DependencyInjection\TwigExtension

저자: Fabien Potencier ([email protected])
상속: extends Symfony\Components\DependencyInjection\Loader\LoaderExtension
파일 보기 프로젝트 열기: symfony/symfony 1 사용 예제들

공개 메소드들

메소드 설명
getNamespace ( )
getXsdValidationBasePath ( ) : string Returns the base path for the XSD files.
load ( array $configs, ContainerBuilder $container ) Responds to the twig configuration parameter.

비공개 메소드들

메소드 설명
addTwigPath ( $twigFilesystemLoaderDefinition, $dir, $bundle )

메소드 상세

getNamespace() 공개 메소드

public getNamespace ( )

getXsdValidationBasePath() 공개 메소드

Returns the base path for the XSD files.
public getXsdValidationBasePath ( ) : string
리턴 string The XSD base path

load() 공개 메소드

Responds to the twig configuration parameter.
public load ( array $configs, ContainerBuilder $container )
$configs array
$container Symfony\Component\DependencyInjection\ContainerBuilder