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 UsersModelNote
+ Graphe d'héritage de UsersModelNote:

Fonctions membres publiques

 getForm ($data=array(), $loadData=true)
 
 getItem ($pk=null)
 
 getTable ($name='Note', $prefix='UsersTable', $options=array())
 

Champs de données

 $typeAlias = 'com_users.note'
 

Fonctions membres protégées

 loadFormData ()
 
 populateState ()
 

Description détaillée

User note model.

Depuis
2.5

Documentation des fonctions membres

◆ getForm()

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

Method to get the record form.

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

Références $form.

◆ getItem()

getItem (   $pk = null)

Method to get a single record.

Paramètres
integer$pkThe id of the primary key.
Renvoie
mixed Object on success, false on failure.
Depuis
2.5

Références $dispatcher, et JEventDispatcher\getInstance().

◆ getTable()

getTable (   $name = 'Note',
  $prefix = 'UsersTable',
  $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 The table object
Depuis
2.5

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

◆ loadFormData()

loadFormData ( )
protected

Method to get the data that should be injected in the form.

Renvoie
mixed The data for the form.
Depuis
1.6

Références $app, $data, et $userId.

◆ populateState()

populateState ( )
protected

Method to auto-populate the model state.

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

Renvoie
void
Depuis
2.5

Références $userId.

Documentation des champs

◆ $typeAlias

$typeAlias = 'com_users.note'

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