get() public method
Returns GET parameter with a given name. If name isn't specified, returns an array of all GET parameters.
public array|mixed get ( $name = null, $defaultValue = null )$name string
The parameter name $defaultValue mixed
The default parameter value if the parameter does not exist.