|
eZ Publish
[4.2]
|
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 40 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::attribute | ( | $ | attr | ) |
Reimplemented in eZGeneralDigestHandler, eZCollaborationNotificationHandler, and eZSubTreeHandler.
Definition at line 67 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::attributes | ( | ) |
Reimplemented in eZCollaborationNotificationHandler, eZSubTreeHandler, and eZGeneralDigestHandler.
Definition at line 56 of file eznotificationeventhandler.php.
Referenced by eZGeneralDigestHandler\attributes(), eZSubTreeHandler\attributes(), eZCollaborationNotificationHandler\attributes(), and hasAttribute().
| eZNotificationEventHandler::cleanup | ( | ) |
Cleanup any specific tables or other resources.
Reimplemented in eZSubTreeHandler, eZGeneralDigestHandler, and eZCollaborationNotificationHandler.
Definition at line 90 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::eZNotificationEventHandler | ( | $ | idString, |
| $ | name | ||
| ) |
Constructor
Definition at line 50 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 94 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::handle | ( | $ | event | ) |
Reimplemented in eZGeneralDigestHandler, eZCollaborationNotificationHandler, and eZSubTreeHandler.
Definition at line 82 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::hasAttribute | ( | $ | attr | ) |
Reimplemented in eZGeneralDigestHandler, eZCollaborationNotificationHandler, and eZSubTreeHandler.
Definition at line 62 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::storeSettings | ( | $ | http, |
| $ | module | ||
| ) |
Reimplemented in eZGeneralDigestHandler.
Definition at line 99 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::$IDString = false |
Definition at line 104 of file eznotificationeventhandler.php.
| eZNotificationEventHandler::$Name = false |
Definition at line 105 of file eznotificationeventhandler.php.
| const eZNotificationEventHandler::EVENT_ERROR = 3 |
Definition at line 45 of file eznotificationeventhandler.php.
Definition at line 42 of file eznotificationeventhandler.php.
Referenced by eZSubTreeHandler\handle(), eZCollaborationNotificationHandler\handle(), eZCollaborationItemHandler\handleCollaborationEvent(), and eZSubTreeHandler\handlePublishEvent().
Definition at line 43 of file eznotificationeventhandler.php.
Referenced by eZCollaborationNotificationHandler\handleCollaborationEvent(), eZCollaborationItemHandler\handleCollaborationEvent(), and eZSubTreeHandler\handlePublishEvent().
Definition at line 44 of file eznotificationeventhandler.php.