| [ Index ] |
PHP Cross Reference of Joomla 2.5.4 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. |
| License: | GNU General Public License version 2 or later; see LICENSE.txt |
| File Size: | 393 lines (10 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
UsersModelReset:: (8 methods):
getForm()
getResetCompleteForm()
getResetConfirmForm()
preprocessForm()
populateState()
processResetComplete()
processResetConfirm()
processResetRequest()
Class: UsersModelReset - X-Ref
Rest model class for Users.| getForm($data = array() X-Ref |
| Method to get the password reset request form. param: array $data Data for the form. param: boolean $loadData True if the form is to load its own data (default case), false if not. return: JForm A JForm object on success, false on failure |
| getResetCompleteForm($data = array() X-Ref |
| Method to get the password reset complete form. param: array $data Data for the form. param: boolean $loadData True if the form is to load its own data (default case), false if not. return: JForm A JForm object on success, false on failure |
| getResetConfirmForm($data = array() X-Ref |
| Method to get the password reset confirm form. param: array $data Data for the form. param: boolean $loadData True if the form is to load its own data (default case), false if not. return: JForm A JForm object on success, false on failure |
| preprocessForm(JForm $form, $data, $group = 'user') X-Ref |
| Override preprocessForm to load the user plugin group instead of content. param: object A form object. param: mixed The data expected for the form. |
| populateState() X-Ref |
| Method to auto-populate the model state. Note. Calling getState in this method will result in recursion. |
| processResetComplete($data) X-Ref |
| processResetConfirm($data) X-Ref |
| processResetRequest($data) X-Ref |
| Method to start the password reset process. |
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |