TenantRestoreDrillCommand
extends Command
Table of Contents
Constants
-
DESTRUCTIVE_CONFIRMATION
: mixed = 'RESTORE-DRILL-DESTRUCTIVE'
Methods
-
defaultName()
: string
-
execute()
: int
-
buildOptionParser()
: ConsoleOptionParser
-
buildService()
: TenantRestoreDrillService
DESTRUCTIVE_CONFIRMATION
private
mixed
DESTRUCTIVE_CONFIRMATION
= 'RESTORE-DRILL-DESTRUCTIVE'
defaultName()
public
static defaultName() : string
execute()
public
execute(Arguments $args, ConsoleIo $io) : int
Parameters
-
$args
: Arguments
-
-
$io
: ConsoleIo
-
buildOptionParser()
protected
buildOptionParser(ConsoleOptionParser $parser) : ConsoleOptionParser
Parameters
-
$parser
: ConsoleOptionParser
-
Return values
ConsoleOptionParser
buildService()
private
buildService(ConsoleIo $io) : TenantRestoreDrillService
Parameters
-
$io
: ConsoleIo
-