|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Forum listener. More...
Inheritance diagram for ilForumAppEventListener:
Collaboration diagram for ilForumAppEventListener:Static Public Member Functions | |
| static | sendNotification (ilObjForumNotificationDataProvider $provider, \ilLogger $logger, int $notificationTypes, array $recipients) |
Static Public Member Functions inherited from ilAppEventListener | |
| 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.
Here is the call graph for this function:
|
staticprivate |
| int | $obj_id |
Definition at line 432 of file class.ilForumAppEventListener.php.
References ilObject\_getAllReferences().
Here is the call graph for this function:
|
static |
| ilObjForumNotificationDataProvider | $provider | |
| ilLogger | $logger | |
| int | $notificationTypes | |
| array | $recipients |
Definition at line 481 of file class.ilForumAppEventListener.php.
References ilLogger\debug().
Referenced by delegateNotification().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 13 of file class.ilForumAppEventListener.php.