|
eZ Publish
[trunk]
|
The class eZCollaborationNotificationHandler does. More...
Inheritance diagram for eZCollaborationNotificationHandler:
Collaboration diagram for eZCollaborationNotificationHandler:Public Member Functions | |
| attribute ($attr) | |
| attributes () | |
| cleanup () | |
| collaborationHandlers () | |
| collaborationSelections () | |
| eZCollaborationNotificationHandler () | |
| fetchHttpInput ($http, $module) | |
| handle ($event) | |
| handleCollaborationEvent ($event, &$parameters) | |
| hasAttribute ($attr) | |
| rules ($user=false) | |
| sendMessage ($event, $parameters) | |
Public Attributes | |
| const | NOTIFICATION_HANDLER_ID = 'ezcollaboration' |
| const | TRANSPORT = 'ezmail' |
The class eZCollaborationNotificationHandler does.
Definition at line 17 of file ezcollaborationnotificationhandler.php.
Reimplemented from eZNotificationEventHandler.
Definition at line 42 of file ezcollaborationnotificationhandler.php.
Reimplemented from eZNotificationEventHandler.
Definition at line 30 of file ezcollaborationnotificationhandler.php.
Referenced by hasAttribute().
Cleanup any specific tables or other resources.
Reimplemented from eZNotificationEventHandler.
Definition at line 157 of file ezcollaborationnotificationhandler.php.
Returns the available collaboration handlers.
Definition at line 59 of file ezcollaborationnotificationhandler.php.
Referenced by attribute().
Definition at line 64 of file ezcollaborationnotificationhandler.php.
Referenced by attribute(), and fetchHttpInput().
Constructor
Definition at line 25 of file ezcollaborationnotificationhandler.php.
| eZCollaborationNotificationHandler::fetchHttpInput | ( | $ | http, |
| $ | module | ||
| ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 137 of file ezcollaborationnotificationhandler.php.
| eZCollaborationNotificationHandler::handle | ( | $ | event | ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 75 of file ezcollaborationnotificationhandler.php.
| eZCollaborationNotificationHandler::handleCollaborationEvent | ( | $ | event, |
| &$ | parameters | ||
| ) |
Definition at line 90 of file ezcollaborationnotificationhandler.php.
Referenced by handle().
Reimplemented from eZNotificationEventHandler.
Definition at line 37 of file ezcollaborationnotificationhandler.php.
| eZCollaborationNotificationHandler::rules | ( | $ | user = false | ) |
Definition at line 126 of file ezcollaborationnotificationhandler.php.
| eZCollaborationNotificationHandler::sendMessage | ( | $ | event, |
| $ | parameters | ||
| ) |
Definition at line 99 of file ezcollaborationnotificationhandler.php.
Referenced by handle().
| const eZCollaborationNotificationHandler::NOTIFICATION_HANDLER_ID = 'ezcollaboration' |
Definition at line 19 of file ezcollaborationnotificationhandler.php.
Referenced by eZCollaborationItemHandler\handleCollaborationEvent().
| const eZCollaborationNotificationHandler::TRANSPORT = 'ezmail' |
Definition at line 20 of file ezcollaborationnotificationhandler.php.
Referenced by eZCollaborationItemHandler\handleCollaborationEvent(), and sendMessage().