JPagination::set
Modifies a property of the object, creating it if it does not already exist.
Signature
public function set(string
$property,
[mixed
$value = null] )
Parameters
-
$property
- The name of the property.
-
$value
- The value of the property to set.
Returns
- void