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