Свойство | Тип | Описание | |
---|---|---|---|
$argument | string | Command argument. | |
$argumentDescription | string | Command argument description. | |
$commandDescription | string | Command description. | |
$commandName | string | Command name. |
Метод | Описание | |
---|---|---|
configure ( ) | Configure the command options. | |
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void | Execute the command. |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface | |
Результат | integer | null | void |
protected string $argumentDescription | ||
Результат | string |
protected string $commandDescription | ||
Результат | string |