DebugKit\Routing\Filter\DebugBarFilter::implementedEvents PHP Method

implementedEvents() public method

Event bindings
public implementedEvents ( ) : array
return array
    public function implementedEvents()
    {
        return ['Dispatcher.beforeDispatch' => ['callable' => 'beforeDispatch', 'priority' => 0], 'Dispatcher.afterDispatch' => ['callable' => 'afterDispatch', 'priority' => 9999]];
    }