mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 14:38:39 +00:00
Added comments
This commit is contained in:
parent
b14f130bca
commit
87bd15af5b
|
|
@ -90,6 +90,14 @@ class UriFactory
|
||||||
/**
|
/**
|
||||||
* Build uri.
|
* Build uri.
|
||||||
*
|
*
|
||||||
|
* # = DOM id
|
||||||
|
* . = DOM class
|
||||||
|
* / = Current path
|
||||||
|
* ? = Current query
|
||||||
|
* # = Current fragment
|
||||||
|
* @ =
|
||||||
|
* $ = Other data
|
||||||
|
*
|
||||||
* @param string $uri Path data
|
* @param string $uri Path data
|
||||||
* @param array $toMatch Optional special replacements
|
* @param array $toMatch Optional special replacements
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user