PHP Class Goetas\Twital\EventSubscriber\FixTwigExpressionSubscriber

Author: Martin HasoĊˆ ([email protected])
Inheritance: extends AbstractTwigExpressionSubscriber
Datei anzeigen Open project: goetas/twital

Protected Properties

Property Type Description
$placeholders

Public Methods

Method Description
__construct ( $placeholder = ['twital', 'twital'], array $options = [] )
addPlaceholder ( SourceEvent $event )
getSubscribedEvents ( )
removePlaceholder ( SourceEvent $event )

Method Details

__construct() public method

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

addPlaceholder() public method

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

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

removePlaceholder() public method

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

Property Details

$placeholders protected_oe property

protected $placeholders