mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Updating doc blocks.
This commit is contained in:
parent
a86e414adc
commit
7216925394
1 changed files with 4 additions and 3 deletions
|
@ -862,9 +862,9 @@ class Router {
|
|||
/**
|
||||
* Takes an array of URL parameters and separates the ones that can be used as named arguments
|
||||
*
|
||||
* @param array $params Associative array of URL parameters.
|
||||
* @param string $controller Name of controller being routed. Used in scoping.
|
||||
* @param string $action Name of action being routed. Used in scoping.
|
||||
* @param array $params Associative array of URL parameters.
|
||||
* @param string $controller Name of controller being routed. Used in scoping.
|
||||
* @param string $action Name of action being routed. Used in scoping.
|
||||
* @return array
|
||||
* @access public
|
||||
* @static
|
||||
|
@ -958,6 +958,7 @@ class Router {
|
|||
* @param mixed $url URL to normalize
|
||||
* @return string Normalized URL
|
||||
* @access public
|
||||
* @static
|
||||
*/
|
||||
function normalize($url = '/') {
|
||||
if (is_array($url)) {
|
||||
|
|
Loading…
Reference in a new issue