Liste de tous les membres
Fonctions membres publiques |
| getForm ($data=array(), $loadData=true) |
| processRemindRequest ($data) |
| checkin ($pk=null) |
| checkout ($pk=null) |
| validate ($form, $data, $group=null) |
| __construct ($config=array()) |
| getDbo () |
| getName () |
| getState ($property=null, $default=null) |
| getTable ($name= '', $prefix= 'Table', $options=array()) |
| 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 |
| preprocessForm (JForm $form, $data, $group= 'user') |
| populateState () |
| loadForm ($name, $source=null, $options=array(), $clear=false, $xpath=false) |
| loadFormData () |
| _getList ($query, $limitstart=0, $limit=0) |
| _getListCount ($query) |
| _createTable ($name, $prefix= 'Table', $config=array()) |
| cleanCache ($group=null, $client_id=0) |
Documentation des fonctions membres
UsersModelRemind::getForm |
( |
|
$data = array() , |
|
|
|
$loadData = true |
|
) |
| |
Method to get the username remind request 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.
UsersModelRemind::populateState |
( |
| ) |
|
|
protected |
UsersModelRemind::preprocessForm |
( |
JForm |
$form, |
|
|
|
$data, |
|
|
|
$group = 'user' |
|
) |
| |
|
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.
UsersModelRemind::processRemindRequest |
( |
|
$data | ) |
|
- Depuis:
- 1.6
Références $config, $data, $db, $link, $message, $mode, $query, $return, $user, JRoute\_(), JText\_(), JArrayHelper\fromObject(), JFactory\getConfig(), UsersHelperRoute\getLoginRoute(), JFactory\getMailer(), null, et JText\sprintf().
La documentation de cette classe a été générée à partir du fichier suivant :