PHP Class Helthe\Component\Turbolinks\EventListener\TurbolinksListener

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

Public Methods

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

Method Details

__construct() public method

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

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

onKernelResponse() public method

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