Recca0120\LaravelTracy\Panels\EventPanel::getAttributes PHP Метод

getAttributes() защищенный Метод

getAttributes.
protected getAttributes ( ) : array
Результат array
    protected function getAttributes()
    {
        return ['counter' => $this->counter, 'totalTime' => $this->totalTime, 'events' => $this->events];
    }