|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilForumNotificationEvents:Data Fields | |
| const | DEACTIVATED = 0 |
| const | UPDATED = 1 |
| const | CENSORED = 2 |
| const | UNCENSORED = 4 |
| const | POST_DELETED = 8 |
| const | THREAD_DELETED = 16 |
Definition at line 21 of file interface.ilForumNotificationEvents.php.
| const ilForumNotificationEvents::CENSORED = 2 |
Definition at line 25 of file interface.ilForumNotificationEvents.php.
Referenced by ilForumNotificationTableGUI\eventsFormBuilder(), ilForumNotificationDataProvider\getEventType(), ilObjForumGUI\initHeaderAction(), ilForumSettingsGUI\initNotificationSettingsForm(), ilForumCronNotification\sendNotificationForCensoredPosts(), and ilForumSettingsGUI\showMembers().
| const ilForumNotificationEvents::DEACTIVATED = 0 |
Definition at line 23 of file interface.ilForumNotificationEvents.php.
Referenced by ilForumNotification\readInterestedEvents(), ilForumSettingsGUI\saveEventsForUser(), and ilObjForumGUI\saveUserNotificationSettingsObject().
| const ilForumNotificationEvents::POST_DELETED = 8 |
Definition at line 27 of file interface.ilForumNotificationEvents.php.
Referenced by ilForumNotificationTableGUI\eventsFormBuilder(), ilForumNotificationDataProvider\getEventType(), ilObjForumGUI\initHeaderAction(), ilForumSettingsGUI\initNotificationSettingsForm(), ilForumCronNotification\sendNotificationForDeletedPosts(), and ilForumSettingsGUI\showMembers().
| const ilForumNotificationEvents::THREAD_DELETED = 16 |
Definition at line 28 of file interface.ilForumNotificationEvents.php.
Referenced by ilForumNotificationTableGUI\eventsFormBuilder(), ilForumNotificationDataProvider\getEventType(), ilObjForumGUI\initHeaderAction(), ilForumSettingsGUI\initNotificationSettingsForm(), ilForumCronNotification\sendNotificationForDeletedThreads(), and ilForumSettingsGUI\showMembers().
| const ilForumNotificationEvents::UNCENSORED = 4 |
Definition at line 26 of file interface.ilForumNotificationEvents.php.
Referenced by ilForumNotificationTableGUI\eventsFormBuilder(), ilForumNotificationDataProvider\getEventType(), ilObjForumGUI\initHeaderAction(), ilForumSettingsGUI\initNotificationSettingsForm(), ilForumCronNotification\sendNotificationForUncensoredPosts(), and ilForumSettingsGUI\showMembers().
| const ilForumNotificationEvents::UPDATED = 1 |
Definition at line 24 of file interface.ilForumNotificationEvents.php.
Referenced by ilForumNotificationTableGUI\eventsFormBuilder(), ilForumNotificationDataProvider\getEventType(), ilObjForumGUI\initHeaderAction(), ilForumSettingsGUI\initNotificationSettingsForm(), ilForumCronNotification\sendNotificationForUpdatedPosts(), and ilForumSettingsGUI\showMembers().