Elcodi\Common\CommonBundle\Command\ElcodiInstallCommand::loadLocations PHP Метод

loadLocations() приватный Метод

Load countries
private loadLocations ( Symfony\Component\Console\Output\OutputInterface $output, array $countries )
$output Symfony\Component\Console\Output\OutputInterface Output
$countries array Countries
    private function loadLocations(OutputInterface $output, array $countries)
    {
        foreach ($countries as $country) {
            $this->loadLocation($output, $country);
        }
        return $this;
    }