PHP 클래스 Goetas\Twital\EventSubscriber\FixTwigExpressionSubscriber

저자: Martin Hasoň ([email protected])
상속: extends AbstractTwigExpressionSubscriber
파일 보기 프로젝트 열기: goetas/twital

보호된 프로퍼티들

프로퍼티 타입 설명
$placeholders

공개 메소드들

메소드 설명
__construct ( $placeholder = ['twital', 'twital'], array $options = [] )
addPlaceholder ( SourceEvent $event )
getSubscribedEvents ( )
removePlaceholder ( SourceEvent $event )

메소드 상세

__construct() 공개 메소드

public __construct ( $placeholder = ['twital', 'twital'], array $options = [] )
$options array

addPlaceholder() 공개 메소드

public addPlaceholder ( SourceEvent $event )
$event Goetas\Twital\EventDispatcher\SourceEvent

getSubscribedEvents() 공개 정적인 메소드

public static getSubscribedEvents ( )

removePlaceholder() 공개 메소드

public removePlaceholder ( SourceEvent $event )
$event Goetas\Twital\EventDispatcher\SourceEvent

프로퍼티 상세

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

protected $placeholders