Sulu\Bundle\ContentBundle\Command\PHPCRInitCommand::execute PHP Метод

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

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(InputInterface $input, OutputInterface $output)
    {
        $output->writeln($this->getHelper('formatter')->formatBlock('DEPRECATED: This command is deprecated. use sulu:document:initialize instead', 'comment', true));
        $this->getContainer()->get('sulu_content.document_manager.content_initializer')->initialize($output);
    }
PHPCRInitCommand