Added comments

This commit is contained in:
Dennis Eichhorn 2016-08-04 14:34:27 +02:00
parent b14f130bca
commit 87bd15af5b

View File

@ -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
*