コード例 #1
0
ファイル: ConfigListener.php プロジェクト: ranxin1022/zf2
 /**
  * Pass self to the ModuleEvent object early so everyone has access. 
  * 
  * @param ModuleEvent $e 
  * @return ConfigListener
  */
 public function loadModulesPre(ModuleEvent $e)
 {
     $e->setConfigListener($this);
     return $this;
 }