コード例 #1
0
ファイル: Dispatcher.php プロジェクト: panlatent/aurora
 public function reset()
 {
     $this->base->reInit();
     $this->binds = new Container();
     $this->listeners = new Container();
 }
コード例 #2
0
ファイル: EventLoop.php プロジェクト: kanzuka/icicle
 /**
  * Calls reInit() on the EventBase object.
  */
 public function reInit()
 {
     $this->base->reInit();
 }