Property | Type | Description | |
---|---|---|---|
$commandDescription | string | Command description. | |
$commandName | string | Command name. | |
$method | string | Method to execute. |
Method | Description | |
---|---|---|
boot ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | Executes boot command. |
protected boot ( 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 string $commandDescription | ||
return | string |