Метод | Описание | |
---|---|---|
askQuestions ( mixed $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, boolean $verbose = true ) : array |
Метод | Описание | |
---|---|---|
getOptionDefault ( Symfony\Component\Console\Input\InputInterface $input, $option, $default ) | ||
question ( $questionText ) |
public askQuestions ( mixed $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, boolean $verbose = true ) : array | ||
$helper | mixed | A question helper |
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface | |
$verbose | boolean | |
Результат | array |
protected getOptionDefault ( Symfony\Component\Console\Input\InputInterface $input, $option, $default ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$option | ||
$default |