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