Liste de tous les membres
Fonctions membres publiques |
| getForm ($data=array(), $loadData=true) |
| send () |
| __construct ($config=array()) |
| batch ($commands, $pks, $contexts) |
| checkin ($pks=array()) |
| checkout ($pk=null) |
| delete (&$pks) |
| getItem ($pk=null) |
| publish (&$pks, $value=1) |
| reorder ($pks, $delta=0) |
| save ($data) |
| saveorder ($pks=null, $order=null) |
| validate ($form, $data, $group=null) |
| 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 |
| loadFormData () |
| preprocessForm (JForm $form, $data, $group= 'user') |
| batchAccess ($value, $pks, $contexts) |
| batchCopy ($value, $pks, $contexts) |
| batchLanguage ($value, $pks, $contexts) |
| batchMove ($value, $pks, $contexts) |
| canDelete ($record) |
| 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
UsersModelMail::getForm |
( |
|
$data = array() , |
|
|
|
$loadData = true |
|
) |
| |
Method to get the row 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().
UsersModelMail::loadFormData |
( |
| ) |
|
|
protected |
UsersModelMail::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.
Références $app, $data, $db, $disabled, $mode, $params, $query, $user, JText\_(), elseif, JFactory\getACL(), JFactory\getApplication(), JFilterInput\getInstance(), JFactory\getMailer(), JComponentHelper\getParams(), JFactory\getUser(), JRequest\getVar(), et JText\plural().
La documentation de cette classe a été générée à partir du fichier suivant :