WellCommerce\Bundle\LocaleBundle\Command\AddLocaleCommand::copyLocaleData PHP Метод

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

private copyLocaleData ( string $sourceLocaleCode, string $targetLocaleCode )
$sourceLocaleCode string
$targetLocaleCode string
    private function copyLocaleData(string $sourceLocaleCode, string $targetLocaleCode)
    {
        $sourceLocale = $this->findLocale($sourceLocaleCode);
        $targetLocale = $this->findLocale($targetLocaleCode);
        $this->getLocaleCopier()->copyLocaleData($sourceLocale, $targetLocale);
    }