コード例 #1
0
ファイル: AbstractModule.php プロジェクト: splot/framework
 /**
  * Returns the module's config.
  * 
  * @return Config
  */
 public function getConfig()
 {
     return $this->container->get('config.' . $this->getName());
 }
コード例 #2
0
 /**
  * Returns the application config.
  * 
  * @return Config
  */
 public function getConfig()
 {
     return $this->container->get('config');
 }