Ipalaus\Geonames\Commands\ImportCommand::setDevelopment PHP Метод

setDevelopment() защищенный Метод

Sets the names file for a ligher version for development. We also ignore the alternate names.
protected setDevelopment ( ) : void
Результат void
    protected function setDevelopment()
    {
        $this->config['files']['names'] = $this->config['development'];
        unset($this->config['files']['alternate']);
    }