X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Frouting%2FGenerator%2FUrlGeneratorInterface.php;fp=vendor%2Fsymfony%2Frouting%2FGenerator%2FUrlGeneratorInterface.php;h=d6e7938e5ba065f64718806f0522d9aafbc372c2;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=f501ebd9a8389d5ecbb354185c93a6ffcaaba4fc;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/symfony/routing/Generator/UrlGeneratorInterface.php b/vendor/symfony/routing/Generator/UrlGeneratorInterface.php index f501ebd9a..d6e7938e5 100644 --- a/vendor/symfony/routing/Generator/UrlGeneratorInterface.php +++ b/vendor/symfony/routing/Generator/UrlGeneratorInterface.php @@ -69,6 +69,8 @@ interface UrlGeneratorInterface extends RequestContextAwareInterface * * If there is no route with the given name, the generator must throw the RouteNotFoundException. * + * The special parameter _fragment will be used as the document fragment suffixed to the final URL. + * * @param string $name The name of the route * @param mixed $parameters An array of parameters * @param int $referenceType The type of reference to be generated (one of the constants)