コード例 #1
0
 /**
  * Executes a command (must be overridden)
  *
  * @param InputInterface  $input
  * @param OutputInterface $output
  */
 protected function executeCommand(InputInterface $input, OutputInterface $output)
 {
     throw LogicException::mustOverrideMethodException(__METHOD__, get_class($this));
 }