|
| configure () |
|
| execute (Console\Input\InputInterface $input, Console\Output\OutputInterface $output) |
|
См. определение в файле indexcommand.php строка 9
◆ configure()
Configures the current command.
- Возвращает
- void
См. определение в файле indexcommand.php строка 15
◆ execute()
execute |
( |
Console\Input\InputInterface | $input, |
|
|
Console\Output\OutputInterface | $output ) |
|
protected |
Executes the current command.
- Аргументы
-
Console\Input\InputInterface | $input | Console input steam. |
Console\Output\OutputInterface | $output | Console output steam. |
- Возвращает
- int|null
См. определение в файле indexcommand.php строка 50