Updating documentation for Router::normalize(). Refs #486

This commit is contained in:
Mark Story 2010-03-19 20:44:18 -04:00
parent e595d81102
commit d75e4b0d5f

View file

@ -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 * @return string Normalized URL
* @access public * @access public
* @static * @static