コード例 #1
0
ファイル: Router.php プロジェクト: popphp/popphp
 /**
  * Prepare routes
  *
  * @return Router
  */
 public function prepare()
 {
     $this->routeMatch->prepare();
     return $this;
 }