|
@@ 415-421 (lines=7) @@
|
| 412 |
|
* @param OutputInterface $output |
| 413 |
|
* @return boolean |
| 414 |
|
*/ |
| 415 |
|
private function askForTemplating(InputInterface $input, OutputInterface $output) |
| 416 |
|
{ |
| 417 |
|
$questionHelper = $this->getHelper('question'); |
| 418 |
|
$question = new ConfirmationQuestion("Do you need templates? (yes/no):\n", false); |
| 419 |
|
|
| 420 |
|
return $questionHelper->ask($input, $output, $question); |
| 421 |
|
} |
| 422 |
|
|
| 423 |
|
private function askForRouting(InputInterface $input, OutputInterface $output) |
| 424 |
|
{ |
|
@@ 423-429 (lines=7) @@
|
| 420 |
|
return $questionHelper->ask($input, $output, $question); |
| 421 |
|
} |
| 422 |
|
|
| 423 |
|
private function askForRouting(InputInterface $input, OutputInterface $output) |
| 424 |
|
{ |
| 425 |
|
$questionHelper = $this->getHelper('question'); |
| 426 |
|
$question = new ConfirmationQuestion("Which router do you want? (yes/no):\n", false); |
| 427 |
|
|
| 428 |
|
return $questionHelper->ask($input, $output, $question); |
| 429 |
|
} |
| 430 |
|
|
| 431 |
|
private function chooseTemplatingEngine($input, $output) |
| 432 |
|
{ |