コード例 #1
0
ファイル: CommandConfig.php プロジェクト: webmozart/console
 /**
  * {@inheritdoc}
  */
 protected function getDefaultArgsParser()
 {
     return $this->applicationConfig ? $this->applicationConfig->getArgsParser() : parent::getDefaultArgsParser();
 }