WellCommerce\Bundle\LocaleBundle\Command\AddLocaleCommand::initialize PHP Method

initialize() protected method

protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
    protected function initialize(InputInterface $input, OutputInterface $output)
    {
        $this->localeManager = $this->getLocaleManager();
        $this->localeDataSet = $this->getLocaleDataSet();
        $this->currencyDataSet = $this->getCurrencyDataSet();
        $this->installedLocales = $this->getInstalledLocales();
        $this->installedCurrencies = $this->getInstalledCurrencies();
        $this->availableLocales = $this->getAvailableLocales();
    }