Liste de tous les membres
Fonctions membres publiques |
| getTable ($type= 'Viewlevel', $prefix= 'JTable', $config=array()) |
| getItem ($pk=null) |
| getForm ($data=array(), $loadData=true) |
| save ($data) |
| __construct ($config=array()) |
| batch ($commands, $pks, $contexts) |
| checkin ($pks=array()) |
| checkout ($pk=null) |
| delete (&$pks) |
| publish (&$pks, $value=1) |
| reorder ($pks, $delta=0) |
| saveorder ($pks=null, $order=null) |
| validate ($form, $data, $group=null) |
| getDbo () |
| getName () |
| getState ($property=null, $default=null) |
| setDbo (&$db) |
| setState ($property, $value=null) |
| __toString () |
| def ($property, $default=null) |
| get ($property, $default=null) |
| getProperties ($public=true) |
| getError ($i=null, $toString=true) |
| getErrors () |
| set ($property, $value=null) |
| setProperties ($properties) |
| setError ($error) |
| toString () |
Fonctions membres protégées |
| canDelete ($record) |
| loadFormData () |
| preprocessForm (JForm $form, $data, $groups= '') |
| batchAccess ($value, $pks, $contexts) |
| batchCopy ($value, $pks, $contexts) |
| batchLanguage ($value, $pks, $contexts) |
| batchMove ($value, $pks, $contexts) |
| canEditState ($record) |
| generateNewTitle ($category_id, $alias, $title) |
| getReorderConditions ($table) |
| populateState () |
| prepareTable (&$table) |
| loadForm ($name, $source=null, $options=array(), $clear=false, $xpath=false) |
| _getList ($query, $limitstart=0, $limit=0) |
| _getListCount ($query) |
| _createTable ($name, $prefix= 'Table', $config=array()) |
| cleanCache ($group=null, $client_id=0) |
Documentation des fonctions membres
UsersModelLevel::canDelete |
( |
|
$record | ) |
|
|
protected |
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 set in the component.
- Depuis:
- 1.6
Réimplémentée à partir de JModelAdmin.
Références $db, $fields, $query, null, et JText\sprintf().
UsersModelLevel::getForm |
( |
|
$data = array() , |
|
|
|
$loadData = true |
|
) |
| |
Method to get the record form.
- Paramètres:
-
array | $data | An optional array of data for the form to interogate. |
boolean | $loadData | True if the form is to load its own data (default case), false if not. |
- Renvoie:
- JForm A JForm object on success, false on failure
- Depuis:
- 1.6
Réimplémentée à partir de JModelForm.
Références $app, et JFactory\getApplication().
UsersModelLevel::getItem |
( |
|
$pk = null | ) |
|
Method to get a single record.
- Paramètres:
-
integer | The id of the primary key. |
- Renvoie:
- mixed Object on success, false on failure.
- Depuis:
- 1.6
Réimplémentée à partir de JModelAdmin.
UsersModelLevel::getTable |
( |
|
$type = 'Viewlevel' , |
|
|
|
$prefix = 'JTable' , |
|
|
|
$config = array() |
|
) |
| |
Returns a reference to the a Table object, always creating it.
- Paramètres:
-
type | The table type to instantiate |
string | A prefix for the table class name. Optional. |
array | Configuration array for model. Optional. |
- Renvoie:
- JTable A database object
- Depuis:
- 1.6
Réimplémentée à partir de JModel.
Références $config, $return, $type, et JTable\getInstance().
UsersModelLevel::loadFormData |
( |
| ) |
|
|
protected |
UsersModelLevel::preprocessForm |
( |
JForm |
$form, |
|
|
|
$data, |
|
|
|
$groups = '' |
|
) |
| |
|
protected |
Override preprocessForm to load the user plugin group instead of content.
- Paramètres:
-
object | A form object. |
mixed | The data expected for the form. |
- Exceptions:
-
Exception | if there is an error in the form event. |
- Depuis:
- 1.6
Réimplémentée à partir de JModelForm.
Références $data.
UsersModelLevel::save |
( |
|
$data | ) |
|
Method to save the form data.
- Paramètres:
-
- Renvoie:
- boolean True on success.
- Depuis:
- 1.6
Réimplémentée à partir de JModelAdmin.
Références $data.
Documentation des données membres
UsersModelLevel::$levelsInUse = null |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :