Yii2Debug::corePanels PHP Method

corePanels() protected method

protected corePanels ( ) : array
return array default panels
    protected function corePanels()
    {
        return array('config' => array('class' => 'Yii2ConfigPanel'), 'request' => array('class' => 'Yii2RequestPanel'), 'log' => array('class' => 'Yii2LogPanel'), 'profiling' => array('class' => 'Yii2ProfilingPanel'), 'db' => array('class' => 'Yii2DbPanel'));
    }