JPagination::setAdditionalUrlParam
Method to set an additional URL parameter to be added to all pagination class generated links.
Signature
public function setAdditionalUrlParam(string
$key,
mixed
$value )
Parameters
-
$key
- The name of the URL parameter for which to set a value.
-
$value
- The value to set for the URL parameter.
Returns
- mixed
- The old value for the parameter.