예제 #1
0
파일: Router.php 프로젝트: popphp/popphp
 /**
  * Prepare routes
  *
  * @return Router
  */
 public function prepare()
 {
     $this->routeMatch->prepare();
     return $this;
 }