DebugKit\Panel\HistoryPanel::summary PHP Method

summary() public method

Gets the initial text for the history summary
public summary ( ) : string
return string
    public function summary()
    {
        return '0 xhr';
    }
HistoryPanel