interact() protected method

protected interact ( 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 function interact(InputInterface $input, OutputInterface $output)
 {
     if (method_exists($this, 'getDialogHelper')) {
         $dialog = $this->getDialogHelper();
     } else {
         $dialog = $this->getQuestionHelper();
     }
     $dialog->writeSection($output, 'JordiLlonchCrudGeneratorBundle');
     parent::interact($input, $output);
 }
Exemplo n.º 2
0
 protected function interact(InputInterface $input, OutputInterface $output)
 {
     $dialog = $this->getQuestionHelper();
     $dialog->writeSection($output, 'ItscaroCrudGeneratorBundle');
     parent::interact($input, $output);
 }
 protected function interact(InputInterface $input, OutputInterface $output)
 {
     $dialog = $this->getDialogHelper();
     $dialog->writeSection($output, 'JordiLlonchCrudGeneratorBundle');
     parent::interact($input, $output);
 }