コード例 #1
0
ファイル: ActionController.php プロジェクト: bb-drummer/Zcmf
 protected function attachDefaultListeners()
 {
     parent::attachDefaultListeners();
     $this->events()->attach('dispatch', array($this, 'loadPage'), 100);
 }