|
eZ Publish
[4.2]
|
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 40 of file ezcollaborationnotificationhandler.php.
| eZCollaborationNotificationHandler::attribute | ( | $ | attr | ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 65 of file ezcollaborationnotificationhandler.php.
| eZCollaborationNotificationHandler::attributes | ( | ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 53 of file ezcollaborationnotificationhandler.php.
Referenced by hasAttribute().
| eZCollaborationNotificationHandler::cleanup | ( | ) |
Cleanup any specific tables or other resources.
Reimplemented from eZNotificationEventHandler.
Definition at line 180 of file ezcollaborationnotificationhandler.php.
| eZCollaborationNotificationHandler::collaborationHandlers | ( | ) |
Returns the available collaboration handlers.
Definition at line 82 of file ezcollaborationnotificationhandler.php.
Referenced by attribute().
| eZCollaborationNotificationHandler::collaborationSelections | ( | ) |
Definition at line 87 of file ezcollaborationnotificationhandler.php.
Referenced by attribute(), and fetchHttpInput().
| eZCollaborationNotificationHandler::eZCollaborationNotificationHandler | ( | ) |
Constructor
Definition at line 48 of file ezcollaborationnotificationhandler.php.
| eZCollaborationNotificationHandler::fetchHttpInput | ( | $ | http, |
| $ | module | ||
| ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 160 of file ezcollaborationnotificationhandler.php.
| eZCollaborationNotificationHandler::handle | ( | $ | event | ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 98 of file ezcollaborationnotificationhandler.php.
| eZCollaborationNotificationHandler::handleCollaborationEvent | ( | $ | event, |
| &$ | parameters | ||
| ) |
Definition at line 113 of file ezcollaborationnotificationhandler.php.
Referenced by handle().
| eZCollaborationNotificationHandler::hasAttribute | ( | $ | attr | ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 60 of file ezcollaborationnotificationhandler.php.
| eZCollaborationNotificationHandler::rules | ( | $ | user = false | ) |
Definition at line 149 of file ezcollaborationnotificationhandler.php.
| eZCollaborationNotificationHandler::sendMessage | ( | $ | event, |
| $ | parameters | ||
| ) |
Definition at line 122 of file ezcollaborationnotificationhandler.php.
Referenced by handle().
| const eZCollaborationNotificationHandler::NOTIFICATION_HANDLER_ID = 'ezcollaboration' |
Definition at line 42 of file ezcollaborationnotificationhandler.php.
Referenced by eZCollaborationItemHandler\handleCollaborationEvent().
| const eZCollaborationNotificationHandler::TRANSPORT = 'ezmail' |
Definition at line 43 of file ezcollaborationnotificationhandler.php.
Referenced by eZCollaborationItemHandler\handleCollaborationEvent(), and sendMessage().