Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
getState ($property=null, $default=null) | |
setState ($property, $value=null) | |
Interface for a stateful model.
Method to get model state variables.
string | $property | Optional parameter name |
mixed | $default | Optional default value |
setState | ( | $property, | |
$value = null |
|||
) |
Method to set model state variables.
string | $property | The name of the property. |
mixed | $value | The value of the property to set or null. |