コード例 #1
0
ファイル: Module.php プロジェクト: aerisweather/ZfAuth
 public function getConfig()
 {
     // Use a static config,
     // so we can easily overwrite it in tests.
     return ModuleConfig::getConfig();
 }