WellCommerce\Bundle\DistributionBundle\Command\InstallCommand::execute PHP Method

execute() protected method

Executes the actions
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)
    {
        $actions = [new InstallDatabaseAction(), new InstallFixturesAction(), new ReindexAction(), new InstallAssetsAction()];
        $this->executor->execute($actions, $output);
    }