Example #1
0
 protected function attachDefaultListeners()
 {
     parent::attachDefaultListeners();
     $this->events()->attach('dispatch', array($this, 'loadPage'), 100);
 }