N98\Magento\Command\LocalConfig\GenerateCommand::_getLocalConfigFilename PHP Méthode

_getLocalConfigFilename() protected méthode

protected _getLocalConfigFilename ( ) : string
Résultat string
    protected function _getLocalConfigFilename()
    {
        $configFile = $this->_magentoRootFolder . '/app/etc/local.xml';
        return $configFile;
    }