|
eZ Publish
[4.2]
|
The class eZForgotPassword does. More...
Inheritance diagram for eZForgotPassword:
Collaboration diagram for eZForgotPassword:Public Member Functions | |
| eZForgotPassword ($row=array()) | |
Static Public Member Functions | |
| static | cleanup () |
| static | createNew ($userID, $hashKey, $time) |
| static | definition () |
| static | fetchByKey ($hashKey) |
| static | removeByUserID ($userID) |
The class eZForgotPassword does.
Definition at line 41 of file ezforgotpassword.php.
| static eZForgotPassword::cleanup | ( | ) | [static] |
Removes all password reminders in the database.
Definition at line 98 of file ezforgotpassword.php.
| static eZForgotPassword::createNew | ( | $ | userID, |
| $ | hashKey, | ||
| $ | time | ||
| ) | [static] |
Definition at line 79 of file ezforgotpassword.php.
| static eZForgotPassword::definition | ( | ) | [static] |
The definition array is an associative array consists of these keys:
asc or desc.Example:
static function definition() { return array( "fields" => array( "id" => "ID", "version" => "Version", "name" => "Name" ), "keys" => array( "id", "version" ), "function_attributes" => array( "current" => "currentVersion", "class_name" => "className" ), "increment_key" => "id", "class_name" => "eZContentClass", "sort" => array( "id" => "asc" ), "name" => "ezcontentclass" ); }
Reimplemented from eZPersistentObject.
Definition at line 51 of file ezforgotpassword.php.
Referenced by fetchByKey(), and removeByUserID().
| eZForgotPassword::eZForgotPassword | ( | $ | row = array() | ) |
| static eZForgotPassword::fetchByKey | ( | $ | hashKey | ) | [static] |
Definition at line 86 of file ezforgotpassword.php.
| static eZForgotPassword::removeByUserID | ( | $ | userID | ) | [static] |
Remove forgot password entries belonging to user $userID
Definition at line 107 of file ezforgotpassword.php.
Referenced by eZUser\removeUser().