X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony-cmf%2Frouting%2FEvent%2FRouterMatchEvent.php;fp=vendor%2Fsymfony-cmf%2Frouting%2FEvent%2FRouterMatchEvent.php;h=2f208336a8551394ca729f62e9d642654b1836c0;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/symfony-cmf/routing/Event/RouterMatchEvent.php b/vendor/symfony-cmf/routing/Event/RouterMatchEvent.php new file mode 100644 index 000000000..2f208336a --- /dev/null +++ b/vendor/symfony-cmf/routing/Event/RouterMatchEvent.php @@ -0,0 +1,39 @@ +request = $request; + } + + /** + * @return Request | null + */ + public function getRequest() + { + return $this->request; + } +}