コード例 #1
0
 protected function interact(InputInterface $input, OutputInterface $output)
 {
     parent::interact($input, $output);
 }
コード例 #2
0
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     parent::execute($input, $output);
     $output->writeln(sprintf('Created user <comment>%s</comment>', $input->getArgument('firstname') . ' ' . $input->getArgument('lastname')));
 }