ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Forum listener. More...
Static Public Member Functions | |
static | sendNotification (ilObjForumNotificationDataProvider $provider, \ilLogger $logger, int $notificationTypes, array $recipients) |
![]() | |
static | handleEvent ($a_component, $a_event, $a_parameter) |
Handle an event in a listener. More... | |
Static Protected Attributes | |
static | $ref_ids = array() |
Static Private Member Functions | |
static | getCachedReferences ($obj_id) |
static | delegateNotification (ilObjForumNotificationDataProvider $provider, $notification_type, \ilLogger $logger) |
Forum listener.
Listens to events of other components.
Definition at line 11 of file class.ilForumAppEventListener.php.
|
staticprivate |
ilObjForumNotificationDataProvider | $provider | |
int | $notification_type | |
ilLogger | $logger |
Definition at line 445 of file class.ilForumAppEventListener.php.
References ilLogger\debug(), ilObjForumNotificationDataProvider\getForumNotificationRecipients(), ilObjForumNotificationDataProvider\getPostActivationRecipients(), ilObjForumNotificationDataProvider\getPostAnsweredRecipients(), ilObjForumNotificationDataProvider\getThreadNotificationRecipients(), sendNotification(), ilForumMailNotification\TYPE_POST_ACTIVATION, and ilForumMailNotification\TYPE_POST_ANSWERED.
|
staticprivate |
int | $obj_id |
Definition at line 432 of file class.ilForumAppEventListener.php.
References ilObject\_getAllReferences().
|
static |
ilObjForumNotificationDataProvider | $provider | |
ilLogger | $logger | |
int | $notificationTypes | |
array | $recipients |
Definition at line 481 of file class.ilForumAppEventListener.php.
References ilLogger\debug().
Referenced by delegateNotification().
|
staticprotected |
Definition at line 13 of file class.ilForumAppEventListener.php.