N98\Magento\Command\Database\AbstractDatabaseCommand::detectDbSettings PHP 메소드

detectDbSettings() 보호된 메소드

protected detectDbSettings ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface
    protected function detectDbSettings(OutputInterface $output)
    {
        /* @var $database DatabaseHelper */
        $database = $this->getHelper('database');
        $this->dbSettings = $database->getDbSettings($output);
    }