Public Member Functions | |
actionProfile () | |
actionEdit () | |
actionChangepassword () | |
actionApproveEmail ($email, $key) | |
loadUser () |
Public Attributes | |
$defaultAction = 'profile' | |
![]() | |
$menu = array() | |
$breadcrumbs = array() | |
![]() | |
$layout = '//layouts/gportal' | |
$mailLayout = '//layouts/mail' |
Additional Inherited Members | |
![]() | |
beforeAction ($action) |
Definition at line 3 of file ProfileController.php.
ProfileController::actionChangepassword | ( | ) |
Change password
Definition at line 99 of file ProfileController.php.
References UserModule\encrypting(), User\model(), UserModule\t(), and UActiveForm\validate().
ProfileController::actionEdit | ( | ) |
Updates a particular model. If update is successful, the browser will be redirected to the 'view' page.
Definition at line 29 of file ProfileController.php.
References UserModule\encrypting(), loadUser(), UserModule\t(), and UActiveForm\validate().
ProfileController::actionProfile | ( | ) |
Shows a particular model.
Definition at line 15 of file ProfileController.php.
References loadUser().
ProfileController::loadUser | ( | ) |
Returns the data model based on the primary key given in the GET variable. If the data model is not found, an HTTP exception will be raised.
integer | the primary key value. Defaults to null, meaning using the 'id' GET variable |
Definition at line 148 of file ProfileController.php.
References User\model().
Referenced by actionEdit(), and actionProfile().