PHP Class Jarves\EventListener\DebuggerSubscriber

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Datei anzeigen Open project: jarves/jarves

Protected Properties

Property Type Description
$jarves Jarves\Jarves
$jarvesLogHandler Jarves\Logger\JarvesHandler
$latency
$start

Public Methods

Method Description
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, JarvesHandler $jarvesLogHandler )
getSubscribedEvents ( )
onKernelTerminate ( Symfony\Component\HttpKernel\Event\PostResponseEvent $event )

Method Details

__construct() public method

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, JarvesHandler $jarvesLogHandler )
$container Symfony\Component\DependencyInjection\ContainerInterface
$jarvesLogHandler Jarves\Logger\JarvesHandler

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

onKernelTerminate() public method

public onKernelTerminate ( Symfony\Component\HttpKernel\Event\PostResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\PostResponseEvent

Property Details

$jarves protected_oe property

protected Jarves,Jarves $jarves
return Jarves\Jarves

$jarvesLogHandler protected_oe property

protected JarvesHandler,Jarves\Logger $jarvesLogHandler
return Jarves\Logger\JarvesHandler

$latency protected_oe property

protected $latency

$start protected_oe property

protected $start