Recca0120\LaravelTracy\Panels\EventPanel::getAttributes PHP Method

getAttributes() protected method

getAttributes.
protected getAttributes ( ) : array
return array
    protected function getAttributes()
    {
        return ['counter' => $this->counter, 'totalTime' => $this->totalTime, 'events' => $this->events];
    }