Ojs\CoreBundle\Command\NormalizeTranslatableObjectsCommand::execute PHP Метод

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

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат integer | null | void
    protected function execute(InputInterface $input, OutputInterface $output)
    {
        $this->io = new SymfonyStyle($input, $output);
        $this->locale = $this->getContainer()->getParameter('locale');
        $this->io->title('Import normalize translatable objects.');
        $this->normalizeSubjects();
        $this->normalizePublisherTypes();
        $this->normalizePeriods();
    }