From 87bd15af5b58268ab072ac7380f82025e2a82e42 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 4 Aug 2016 14:34:27 +0200 Subject: [PATCH] Added comments --- Uri/UriFactory.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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 *