|
eZ Publish
[trunk]
|
The class eZNotificationEventHandler does. More...
Inheritance diagram for eZNotificationEventHandler:Public Member Functions | |
| attribute ($attr) | |
| attributes () | |
| cleanup () | |
| eZNotificationEventHandler ($idString, $name) | |
| fetchHttpInput ($http, $module) | |
| handle ($event) | |
| hasAttribute ($attr) | |
| storeSettings ($http, $module) | |
Public Attributes | |
| $IDString = false | |
| $Name = false | |
| const | EVENT_ERROR = 3 |
| const | EVENT_HANDLED = 0 |
| const | EVENT_SKIPPED = 1 |
| const | EVENT_UNKNOWN = 2 |
The class eZNotificationEventHandler does.
Definition at line 17 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::attribute | ( | $ | attr | ) |
Reimplemented in eZGeneralDigestHandler, eZCollaborationNotificationHandler, and eZSubTreeHandler.
Definition at line 44 of file eznotificationeventhandler.php.
Reimplemented in eZCollaborationNotificationHandler, eZSubTreeHandler, and eZGeneralDigestHandler.
Definition at line 33 of file eznotificationeventhandler.php.
Referenced by eZGeneralDigestHandler\attributes(), eZSubTreeHandler\attributes(), eZCollaborationNotificationHandler\attributes(), and hasAttribute().
Cleanup any specific tables or other resources.
Reimplemented in eZSubTreeHandler, eZGeneralDigestHandler, and eZCollaborationNotificationHandler.
Definition at line 67 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::eZNotificationEventHandler | ( | $ | idString, |
| $ | name | ||
| ) |
Constructor
Definition at line 27 of file eznotificationeventhandler.php.
Referenced by eZCollaborationNotificationHandler\eZCollaborationNotificationHandler(), eZGeneralDigestHandler\eZGeneralDigestHandler(), and eZSubTreeHandler\eZSubTreeHandler().
| eZNotificationEventHandler::fetchHttpInput | ( | $ | http, |
| $ | module | ||
| ) |
Reimplemented in eZSubTreeHandler, and eZCollaborationNotificationHandler.
Definition at line 71 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::handle | ( | $ | event | ) |
Reimplemented in eZGeneralDigestHandler, eZCollaborationNotificationHandler, and eZSubTreeHandler.
Definition at line 59 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::hasAttribute | ( | $ | attr | ) |
Reimplemented in eZGeneralDigestHandler, eZCollaborationNotificationHandler, and eZSubTreeHandler.
Definition at line 39 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::storeSettings | ( | $ | http, |
| $ | module | ||
| ) |
Reimplemented in eZGeneralDigestHandler.
Definition at line 76 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::$IDString = false |
Definition at line 81 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::$Name = false |
Definition at line 82 of file eznotificationeventhandler.php.
| const eZNotificationEventHandler::EVENT_ERROR = 3 |
Definition at line 22 of file eznotificationeventhandler.php.
Definition at line 19 of file eznotificationeventhandler.php.
Referenced by eZSubTreeHandler\handle(), eZCollaborationNotificationHandler\handle(), eZCollaborationItemHandler\handleCollaborationEvent(), and eZSubTreeHandler\handlePublishEvent().
Definition at line 20 of file eznotificationeventhandler.php.
Referenced by eZCollaborationNotificationHandler\handleCollaborationEvent(), eZCollaborationItemHandler\handleCollaborationEvent(), and eZSubTreeHandler\handlePublishEvent().
Definition at line 21 of file eznotificationeventhandler.php.