diff --git a/Uri/UriFactory.php b/Uri/UriFactory.php index 0443edd15..eef2638d1 100644 --- a/Uri/UriFactory.php +++ b/Uri/UriFactory.php @@ -90,6 +90,14 @@ class UriFactory /** * Build uri. * + * # = DOM id + * . = DOM class + * / = Current path + * ? = Current query + * # = Current fragment + * @ = + * $ = Other data + * * @param string $uri Path data * @param array $toMatch Optional special replacements *