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