|
eZ Publish
[4.2]
|
The class eZUserAccountKey does. More...
Inheritance diagram for eZUserAccountKey:
Collaboration diagram for eZUserAccountKey:Public Member Functions | |
| eZUserAccountKey ($row=array()) | |
Static Public Member Functions | |
| static | createNew ($userID, $hashKey, $time) |
| static | definition () |
| static | fetchByKey ($hashKey) |
| static | removeByUserID ($userID) |
The class eZUserAccountKey does.
Definition at line 41 of file ezuseraccountkey.php.
| static eZUserAccountKey::createNew | ( | $ | userID, |
| $ | hashKey, | ||
| $ | time | ||
| ) | [static] |
Definition at line 65 of file ezuseraccountkey.php.
| static eZUserAccountKey::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 ezuseraccountkey.php.
Referenced by fetchByKey(), and removeByUserID().
| eZUserAccountKey::eZUserAccountKey | ( | $ | row = array() | ) |
| static eZUserAccountKey::fetchByKey | ( | $ | hashKey | ) | [static] |
Definition at line 72 of file ezuseraccountkey.php.
| static eZUserAccountKey::removeByUserID | ( | $ | userID | ) | [static] |
Remove account keys belonging to user $userID
Definition at line 83 of file ezuseraccountkey.php.
Referenced by eZUser\removeUser().