Expanding documentation for Router::queryString().

This commit is contained in:
Mark Story 2010-04-24 00:21:17 -04:00
parent 35ec5ce2fc
commit c03974ebb2

View file

@ -976,7 +976,8 @@ class Router {
/** /**
* Generates a well-formed querystring from $q * Generates a well-formed querystring from $q
* *
* @param mixed $q Query string * @param mixed $q Query string Either a string of already compiled query string arguments or
* an array of arguments to convert into a query string.
* @param array $extra Extra querystring parameters. * @param array $extra Extra querystring parameters.
* @param bool $escape Whether or not to use escaped & * @param bool $escape Whether or not to use escaped &
* @return array * @return array