yii\elasticsearch\DebugPanel::init PHP Méthode

init() public méthode

public init ( )
    public function init()
    {
        $this->actions['elasticsearch-query'] = ['class' => 'yii\\elasticsearch\\DebugAction', 'panel' => $this, 'db' => $this->db];
    }