Languages Override 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 $client, $form, $language, et null.
◆ getItem()
◆ loadFormData()
Method to get the data that should be injected in the form.
- Renvoie
- mixed The data for the form.
- Depuis
- 2.5
Références $data.
◆ 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 $app, $client, et $language.
◆ save()
save |
( |
|
$data, |
|
|
|
$oppositeClient = false |
|
) |
| |
Method to save the form data.
- Paramètres
-
array | $data | The form data. |
boolean | $oppositeClient | Indicates whether the override should not be created for the current client. |
- Renvoie
- boolean True on success, false otherwise.
- Depuis
- 2.5
Références $app, $client, $data, $language, $oppositeClient, et jimport().
La documentation de cette classe a été générée à partir du fichier suivant :