Ojs\CoreBundle\Command\DeleteJournalCommand::initialize PHP Метод

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

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->em = $this->getContainer()->get('doctrine')->getManager();
        $this->io = new SymfonyStyle($input, $output);
        $this->refreshJournal($input);
        $this->getContainer()->get('stof_doctrine_extensions.listener.blameable')->setUserValue('cli');
    }