Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface StatefulModelInterface
+ Graphe d'héritage de StatefulModelInterface:

Fonctions membres publiques

 getState ($property=null, $default=null)
 
 setState ($property, $value=null)
 

Description détaillée

Interface for a stateful model.

Depuis
4.0.0

Documentation des fonctions membres

◆ getState()

getState (   $property = null,
  $default = null 
)

Method to get model state variables.

Paramètres
string$propertyOptional parameter name
mixed$defaultOptional default value
Renvoie
mixed The property where specified, the state object where omitted
Depuis
4.0.0

◆ setState()

setState (   $property,
  $value = null 
)

Method to set model state variables.

Paramètres
string$propertyThe name of the property.
mixed$valueThe value of the property to set or null.
Renvoie
mixed The previous value of the property or null if not set.
Depuis
4.0.0

La documentation de cette interface a été générée à partir du fichier suivant :