コード例 #1
0
ファイル: ListCurvesCommand.php プロジェクト: phpecc/console
 /**
  * @param InputInterface $input
  * @param OutputInterface $output
  */
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     $output->writeln(CurveOidMapper::getNames());
 }