JPagination::getAdditionalUrlParam
Method to get an additional URL parameter (if it exists) to be added to all pagination class generated links.
Signature
public function getAdditionalUrlParam(string
$key )
Parameters
-
$key
- The name of the URL parameter for which to get the value.
Returns
- mixed
- The value if it exists or null if it does not.