class MigrateCommand extends BaseCommand

Properties

protected $di from BaseCommand

Methods

__construct($di)

No description

getDI()

No description

Array
getClientList()

Determines installed CEO clients based on installed configs.

exitOk($output, $message = "ヾ(-_- )ゞ")

No description

exitBad($output, $message = "(╯°□°)╯︵ ┻━┻")

No description

configure()

No description

execute(InputInterface $input, OutputInterface $output)

No description

Details

in BaseCommand at line 10
__construct($di)

Parameters

$di

in BaseCommand at line 17
getDI()

in BaseCommand at line 26
protected Array getClientList()

Determines installed CEO clients based on installed configs.

Return Value

Array client codes

in BaseCommand at line 51
protected exitOk($output, $message = "ヾ(-_- )ゞ")

Parameters

$output
$message

in BaseCommand at line 61
protected exitBad($output, $message = "(╯°□°)╯︵ ┻━┻")

Parameters

$output
$message

at line 19
configure()

at line 32
execute(InputInterface $input, OutputInterface $output)

Parameters

InputInterface $input
OutputInterface $output