PHP 클래스 Asm89\Twig\Lint\StubbedEnvironment

저자: Alexander ([email protected])
상속: extends Twig_Environment
파일 보기 프로젝트 열기: asm89/twig-lint 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$parsers

공개 메소드들

메소드 설명
__construct ( Twig_LoaderInterface $loader = null, $options = [] ) {@inheritDoc}
getFilter ( $name ) {@inheritDoc}
getFunction ( $name ) {@inheritDoc}
getTest ( $name ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

{@inheritDoc}
public __construct ( Twig_LoaderInterface $loader = null, $options = [] )
$loader Twig_LoaderInterface

getFilter() 공개 메소드

{@inheritDoc}
public getFilter ( $name )

getFunction() 공개 메소드

{@inheritDoc}
public getFunction ( $name )

getTest() 공개 메소드

{@inheritDoc}
public getTest ( $name )

프로퍼티 상세

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

protected $parsers