Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
getForm ($data=array(), $loadData=true) | |
getResetCompleteForm ($data=array(), $loadData=true) | |
getResetConfirmForm ($data=array(), $loadData=true) | |
processResetComplete ($data) | |
processResetConfirm ($data) | |
processResetRequest ($data) | |
checkResetLimit ($user) | |
Fonctions membres protégées | |
preprocessForm (JForm $form, $data, $group='user') | |
populateState () | |
Rest model class for Users.
checkResetLimit | ( | $user | ) |
getForm | ( | $data = array() , |
|
$loadData = true |
|||
) |
Method to get the password reset request form.
The base form is loaded from XML and then an event is fired for users plugins to extend the form with extra fields.
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.
getResetCompleteForm | ( | $data = array() , |
|
$loadData = true |
|||
) |
getResetConfirmForm | ( | $data = array() , |
|
$loadData = true |
|||
) |
|
protected |
Method to auto-populate the model state.
Note. Calling getState in this method will result in recursion.
Références $params.
|
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. |
processResetComplete | ( | $data | ) |
processResetConfirm | ( | $data | ) |
processResetRequest | ( | $data | ) |