getQueryParams() public method
Returns the request parameters given in the $queryString.
This method will return the contents of $_GET if params where not explicitly set.
See also setQueryParams().
| public array getQueryParams ( ) | ||
|---|---|---|
| return | array |
The request GET parameter values. |
Please login to continue.