Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
UserChangePassword Class Reference

Public Member Functions

 rules ()
 attributeLabels ()

Public Attributes

 $password
 $verifyPassword

Detailed Description

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.

Member Function Documentation

UserChangePassword::attributeLabels ( )

Declares attribute labels.

Definition at line 22 of file UserChangePassword.php.

References UserModule\t().

{
return array(
'password'=>UserModule::t("password"),
'verifyPassword'=>UserModule::t("Retype Password"),
);
}

The documentation for this class was generated from the following file: