|
eZ Publish
[4.2]
|
The class eZCollaborationNotificationRule does. More...
Inheritance diagram for eZCollaborationNotificationRule:
Collaboration diagram for eZCollaborationNotificationRule:Public Member Functions | |
| eZCollaborationNotificationRule ($row) | |
| user () | |
Static Public Member Functions | |
| static | cleanup () |
| static | create ($collaborationIdentifier, $userID=false) |
| static | definition () |
| static | fetchItemTypeList ($collaborationIdentifier, $userIDList, $asObject=true) |
| static | fetchList ($userID=false, $asObject=true) |
| static | removeByIdentifier ($collaborationIdentifier, $userID=false) |
| static | removeByUserID ($userID) |
The class eZCollaborationNotificationRule does.
Definition at line 39 of file ezcollaborationnotificationrule.php.
| static eZCollaborationNotificationRule::cleanup | ( | ) | [static] |
Removes all notification rules for all collaboration items for all users.
Definition at line 131 of file ezcollaborationnotificationrule.php.
| static eZCollaborationNotificationRule::create | ( | $ | collaborationIdentifier, |
| $ | userID = false |
||
| ) | [static] |
Definition at line 79 of file ezcollaborationnotificationrule.php.
Referenced by eZCollaborationNotificationHandler\fetchHttpInput().
| static eZCollaborationNotificationRule::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 49 of file ezcollaborationnotificationrule.php.
Referenced by fetchItemTypeList(), fetchList(), removeByIdentifier(), and removeByUserID().
| eZCollaborationNotificationRule::eZCollaborationNotificationRule | ( | $ | row | ) |
Constructor
Definition at line 44 of file ezcollaborationnotificationrule.php.
Referenced by create().
| static eZCollaborationNotificationRule::fetchItemTypeList | ( | $ | collaborationIdentifier, |
| $ | userIDList, | ||
| $ | asObject = true |
||
| ) | [static] |
Definition at line 96 of file ezcollaborationnotificationrule.php.
Referenced by eZCollaborationItemHandler\handleCollaborationEvent().
| static eZCollaborationNotificationRule::fetchList | ( | $ | userID = false, |
| $ | asObject = true |
||
| ) | [static] |
Definition at line 87 of file ezcollaborationnotificationrule.php.
Referenced by eZCollaborationNotificationHandler\collaborationSelections(), and eZCollaborationNotificationHandler\rules().
| static eZCollaborationNotificationRule::removeByIdentifier | ( | $ | collaborationIdentifier, |
| $ | userID = false |
||
| ) | [static] |
Definition at line 106 of file ezcollaborationnotificationrule.php.
Referenced by eZCollaborationNotificationHandler\fetchHttpInput().
| static eZCollaborationNotificationRule::removeByUserID | ( | $ | userID | ) | [static] |
Remove notifications by user id
| userID |
Definition at line 122 of file ezcollaborationnotificationrule.php.
Referenced by eZUser\removeUser().
| eZCollaborationNotificationRule::user | ( | ) |
Definition at line 74 of file ezcollaborationnotificationrule.php.