Example #1
0
 /**
  * 执行下一次路由匹配
  * @return void
  */
 private function nextRouter()
 {
     $this->_router->next();
     $this->next();
 }