상속: extends Symfony\Component\Console\Command\Command
예제 #1
0
 /**
  * {@inheritdoc}
  */
 protected function initialize(InputInterface $input, OutputInterface $output)
 {
     parent::initialize($input, $output);
 }