Example #1
0
 public function reset()
 {
     $this->base->reInit();
     $this->binds = new Container();
     $this->listeners = new Container();
 }
Example #2
0
 /**
  * Calls reInit() on the EventBase object.
  */
 public function reInit()
 {
     $this->base->reInit();
 }