Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe PrivacyModelRemind
+ Graphe d'héritage de PrivacyModelRemind:

Fonctions membres publiques

 getForm ($data=array(), $loadData=true)
 
 getTable ($name='Consent', $prefix='PrivacyTable', $options=array())
 

Fonctions membres protégées

 populateState ()
 

Description détaillée

Remind confirmation model class.

Depuis
3.9.0

Documentation des fonctions membres

◆ getForm()

getForm (   $data = array(),
  $loadData = true 
)

Method for getting the form from the model.

Paramètres
array$dataData for the form.
boolean$loadDataTrue if the form is to load its own data (default case), false if not.
Renvoie
JForm|boolean A JForm object on success, false on failure
Depuis
3.9.0

Références $form, et $input.

◆ getTable()

getTable (   $name = 'Consent',
  $prefix = 'PrivacyTable',
  $options = array() 
)

Method to get a table object, load it if necessary.

Paramètres
string$nameThe table name. Optional.
string$prefixThe class prefix. Optional.
array$optionsConfiguration array for model. Optional.
Renvoie
JTable A JTable object
Depuis
3.9.0
Exceptions

Références $name, $options, et $prefix.

◆ populateState()

populateState ( )
protected

Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

Renvoie
void
Depuis
3.9.0

Références $params.


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