Свойство | Тип | Описание | |
---|---|---|---|
$input | Symfony\Component\Console\Input\InputInterface | ||
$output | Symfony\Component\Console\Output\OutputInterface |
Метод | Описание | |
---|---|---|
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
fire ( ) | Fire the command. | |
hasOption ( string $name ) : boolean | Did the user pass the given option? | |
info ( string $string ) | Send an info string to the user. |
protected execute ( 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 InputInterface,Symfony\Component\Console\Input $input | ||
Результат | Symfony\Component\Console\Input\InputInterface |