UpgradeWizardMarkUndoneCommand extends Command
Upgrade wizard command for marking wizards as undone
Table of Contents
Methods
- __construct() : mixed
- bootstrap() : void
- Bootstrap running of upgradeWizards
- configure() : void
- Configure the command by defining the name, options and arguments
- execute() : int
- Mark an upgrade wizard as undone
Methods
__construct()
public
__construct(string $name, LateBootService $lateBootService) : mixed
Parameters
- $name : string
- $lateBootService : LateBootService
bootstrap()
Bootstrap running of upgradeWizards
protected
bootstrap() : void
configure()
Configure the command by defining the name, options and arguments
protected
configure() : void
execute()
Mark an upgrade wizard as undone
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface