◆ canDelete()
Method to test whether a record can be deleted.
- Paramètres
-
object | $record | A record object. |
- Renvoie
- boolean True if allowed to delete the record. Defaults to the permission for the component.
- Depuis
- 3.7.0
◆ canEditState()
Method to test whether a record can have its state changed.
- Paramètres
-
object | $record | A record object. |
- Renvoie
- boolean True if allowed to change the state of the record. Defaults to the permission for the component.
- Depuis
- 3.7.0
Références $user.
◆ cleanCache()
cleanCache |
( |
|
$group = null , |
|
|
|
$clientId = 0 |
|
) |
| |
|
protected |
Clean the cache
- Paramètres
-
string | $group | The cache group |
integer | $clientId | The ID of the client |
- Renvoie
- void
- Depuis
- 3.7.0
Références $context.
◆ getForm()
getForm |
( |
|
$data = array() , |
|
|
|
$loadData = true |
|
) |
| |
Abstract method for getting the form from the model.
- 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
- 3.7.0
Références $context, $data, $form, et $jinput.
◆ getItem()
Method to get a single record.
- Paramètres
-
integer | $pk | The id of the primary key. |
- Renvoie
- mixed Object on success, false on failure.
- Depuis
- 3.7.0
Références $item.
◆ getReorderConditions()
getReorderConditions |
( |
|
$table | ) |
|
|
protected |
A protected method to get a set of ordering conditions.
- Paramètres
-
JTable | $table | A JTable object. |
- Renvoie
- array An array of conditions to add to ordering queries.
- Depuis
- 3.7.0
◆ getTable()
getTable |
( |
|
$name = 'Group' , |
|
|
|
$prefix = 'FieldsTable' , |
|
|
|
$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 A JTable object
- Depuis
- 3.7.0
- Exceptions
-
Références $name, $options, $prefix, et JPATH_ADMINISTRATOR.
◆ loadFormData()
Method to get the data that should be injected in the form.
- Renvoie
- array The default data is an empty array.
- Depuis
- 3.7.0
Références $app, $context, $data, $filters, et null.
◆ populateState()
Auto-populate the model state.
Note. Calling getState in this method will result in recursion.
- Renvoie
- void
- Depuis
- 3.7.0
Références $context.
◆ preprocessForm()
preprocessForm |
( |
JForm |
$form, |
|
|
|
$data, |
|
|
|
$group = 'content' |
|
) |
| |
|
protected |
Method to preprocess the form.
- Paramètres
-
JForm | $form | A JForm object. |
mixed | $data | The data expected for the form. |
string | $group | The name of the plugin group to import (defaults to "content"). |
- Renvoie
- void
- Voir également
- JFormField
- Depuis
- 3.7.0
- Exceptions
-
Exception | if there is an error in the form event. |
Références $component, $data, $form, $lang, $parts, $path, $section, FieldsHelper\extract(), JPATH_ADMINISTRATOR, JPATH_BASE, et null.
◆ save()
Method to save the form data.
- Paramètres
-
- Renvoie
- boolean True on success, False on error.
- Depuis
- 3.7.0
Références $data, et $input.
◆ validate()
validate |
( |
|
$form, |
|
|
|
$data, |
|
|
|
$group = null |
|
) |
| |
Method to validate the form data.
- Paramètres
-
JForm | $form | The form to validate against. |
array | $data | The data to validate. |
string | $group | The name of the field group to validate. |
- Renvoie
- array|boolean Array of filtered data if valid, false otherwise.
- Voir également
- JFormRule
-
JFilterInput
- Depuis
- 3.9.23
Références $data, $form, et validate().
◆ $batch_commands
Valeur initiale := array(
'assetgroup_id' => 'batchAccess',
'language_id' => 'batchLanguage'
)
◆ $typeAlias
La documentation de cette classe a été générée à partir du fichier suivant :