![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de UsersModelRemind:Fonctions membres publiques | |
| getForm ($data=array(), $loadData=true) | |
| processRemindRequest ($data) | |
Fonctions membres protégées | |
| preprocessForm (JForm $form, $data, $group='user') | |
| populateState () | |
Remind model class for Users.
| getForm | ( | $data = array(), |
|
$loadData = true |
|||
| ) |
Method to get the username remind request form.
| array | $data | An optional array of data for the form to interrogate. |
| boolean | $loadData | True if the form is to load its own data (default case), false if not. |
Références $form.
|
protected |
|
protected |
Override preprocessForm to load the user plugin group instead of content.
| 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"). |
| Exception | if there is an error in the form event. |
| processRemindRequest | ( | $data | ) |
Send the remind username email
| array | $data | Array with the data received from the form |
Références $config, $data, $db, $dispatcher, $form, $link, $mode, $query, $return, $subject, $user, JEventDispatcher\getInstance(), et validate().