Ejemplo n.º 1
0
 function registerListeners(EventDispatcherInterface $dispatcher)
 {
     $dispatcher->addListener(Events::preRender($this), array($this, 'preFilterAlign'));
     parent::registerListeners($dispatcher);
 }