User note model.
- Depuis
- 2.5
◆ getForm()
getForm |
( |
|
$data = array() , |
|
|
|
$loadData = true |
|
) |
| |
Method to get the record form.
- Paramètres
-
array | $data | Data for the form. |
boolean | $loadData | True 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()
◆ getTable()
getTable |
( |
|
$name = 'Note' , |
|
|
|
$prefix = 'UsersTable' , |
|
|
|
$options = array() |
|
) |
| |
Method to get a table object, load it if necessary.
- Paramètres
-
string | $name | The table name. Optional. |
string | $prefix | The class prefix. Optional. |
array | $options | Configuration array for model. Optional. |
- Renvoie
- JTable The table object
- Depuis
- 2.5
Références $name, $options, et $prefix.
◆ loadFormData()
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()
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.
◆ $typeAlias
$typeAlias = 'com_users.note' |
La documentation de cette classe a été générée à partir du fichier suivant :