PHP Class Helthe\Component\Turbolinks\EventListener\TurbolinksListener

Author: Carl Alexander ([email protected])
Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Afficher le fichier Open project: helthe/turbolinks

Méthodes publiques

Méthode Description
__construct ( Turbolinks $turbolinks ) Constructor.
getSubscribedEvents ( )
onKernelResponse ( FilterResponseEvent $event ) Filters the Response.

Method Details

__construct() public méthode

Constructor.
public __construct ( Turbolinks $turbolinks )
$turbolinks Helthe\Component\Turbolinks\Turbolinks

getSubscribedEvents() public static méthode

public static getSubscribedEvents ( )

onKernelResponse() public méthode

Filters the Response.
public onKernelResponse ( FilterResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\FilterResponseEvent