DebugKit\DebugPanel::implementedEvents PHP Method

implementedEvents() public method

Get the events this panels supports.
public implementedEvents ( ) : array
return array
    public function implementedEvents()
    {
        return ['Controller.shutdown' => 'shutdown'];
    }