mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Updating documentation for Router::normalize(). Refs #486
This commit is contained in:
parent
e595d81102
commit
d75e4b0d5f
1 changed files with 4 additions and 2 deletions
|
@ -1047,9 +1047,11 @@ class Router {
|
|||
}
|
||||
|
||||
/**
|
||||
* Normalizes a URL for purposes of comparison
|
||||
* Normalizes a URL for purposes of comparison. Will strip the base path off
|
||||
* and replace any double /'s. It will not unify the casing and underscoring
|
||||
* of the input value.
|
||||
*
|
||||
* @param mixed $url URL to normalize
|
||||
* @param mixed $url URL to normalize Either an array or a string url.
|
||||
* @return string Normalized URL
|
||||
* @access public
|
||||
* @static
|
||||
|
|
Loading…
Reference in a new issue