HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
rules () | |
attributeLabels () | |
verifyOldPassword ($attribute, $params) |
Public Attributes | |
$oldPassword | |
$password | |
$verifyPassword |
UserChangePassword class. UserChangePassword is the data structure for keeping user change password form data. It is used by the 'changepassword' action of 'UserController'.
Definition at line 7 of file UserChangePassword.php.
UserChangePassword::attributeLabels | ( | ) |
Declares attribute labels.
Definition at line 30 of file UserChangePassword.php.
UserChangePassword::rules | ( | ) |
UserChangePassword::verifyOldPassword | ( | $attribute, | |
$params | |||
) |
Verify Old Password.
Definition at line 42 of file UserChangePassword.php.
UserChangePassword::$oldPassword |
Definition at line 9 of file UserChangePassword.php.
UserChangePassword::$password |
Definition at line 10 of file UserChangePassword.php.
UserChangePassword::$verifyPassword |
Definition at line 11 of file UserChangePassword.php.