コード例 #1
0
ファイル: Router.php プロジェクト: sylabs/syph-framework
 public function __construct(UrlMatcher $matcher)
 {
     $this->matcher = $matcher;
     $this->collection = RouterCollection::getAllRoutes();
     $this->loadCollection();
     $this->loadStatus();
 }