|
eZ Publish
[trunk]
|
The class eZGeneralDigestHandler does. More...
Inheritance diagram for eZGeneralDigestHandler:
Collaboration diagram for eZGeneralDigestHandler:Public Member Functions | |
| attribute ($attr) | |
| attributes () | |
| cleanup () | |
| eZGeneralDigestHandler () | |
| fetchUsersForDigest ($timestamp) | |
| handle ($event) | |
| hasAttribute ($attr) | |
| settings ($user=false) | |
| storeSettings ($http, $module) | |
Static Public Member Functions | |
| static | fetchHandlersForUser ($time, $address) |
| static | fetchItemsForUser ($time, $address, $handler) |
Public Attributes | |
| const | NOTIFICATION_HANDLER_ID = 'ezgeneraldigest' |
The class eZGeneralDigestHandler does.
Definition at line 16 of file ezgeneraldigesthandler.php.
| eZGeneralDigestHandler::attribute | ( | $ | attr | ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 43 of file ezgeneraldigesthandler.php.
Reimplemented from eZNotificationEventHandler.
Definition at line 29 of file ezgeneraldigesthandler.php.
Referenced by hasAttribute().
Cleanup any specific tables or other resources.
Reimplemented from eZNotificationEventHandler.
Definition at line 246 of file ezgeneraldigesthandler.php.
Constructor
Definition at line 23 of file ezgeneraldigesthandler.php.
| static eZGeneralDigestHandler::fetchHandlersForUser | ( | $ | time, |
| $ | address | ||
| ) | [static] |
Definition at line 166 of file ezgeneraldigesthandler.php.
Referenced by eZNotificationFunctionCollection\digestHandlerList().
| static eZGeneralDigestHandler::fetchItemsForUser | ( | $ | time, |
| $ | address, | ||
| $ | handler | ||
| ) | [static] |
Definition at line 190 of file ezgeneraldigesthandler.php.
Referenced by eZNotificationFunctionCollection\digestItems().
| eZGeneralDigestHandler::fetchUsersForDigest | ( | $ | timestamp | ) |
Definition at line 157 of file ezgeneraldigesthandler.php.
Referenced by handle().
| eZGeneralDigestHandler::handle | ( | $ | event | ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 103 of file ezgeneraldigesthandler.php.
| eZGeneralDigestHandler::hasAttribute | ( | $ | attr | ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 38 of file ezgeneraldigesthandler.php.
| eZGeneralDigestHandler::settings | ( | $ | user = false | ) |
Definition at line 87 of file ezgeneraldigesthandler.php.
Referenced by attribute().
| eZGeneralDigestHandler::storeSettings | ( | $ | http, |
| $ | module | ||
| ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 216 of file ezgeneraldigesthandler.php.
| const eZGeneralDigestHandler::NOTIFICATION_HANDLER_ID = 'ezgeneraldigest' |
Definition at line 18 of file ezgeneraldigesthandler.php.