Newscoop\Tools\Console\Command\UpdateImageStorageCommand::execute PHP Метод

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

См. также: Console\Command\Command
protected execute ( 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 execute(Console\Input\InputInterface $input, Console\Output\OutputInterface $output)
    {
        $this->getApplication()->getKernel()->getContainer()->getService('image.update_storage')->updateStorage();
    }
UpdateImageStorageCommand