Yii2Debug::corePanels PHP Méthode

corePanels() protected méthode

protected corePanels ( ) : array
Résultat 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'));
    }