|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class OnScreenChatNotificationProvider. More...
Inheritance diagram for ILIAS\OnScreenChat\Provider\OnScreenChatNotificationProvider:
Collaboration diagram for ILIAS\OnScreenChat\Provider\OnScreenChatNotificationProvider:Public Member Functions | |
| __construct (Container $dic, Conversation $conversationRepo=null, Subscriber $subscriberRepo=null) | |
| OnScreenChatNotificationProvider constructor. More... | |
| getNotifications () | |
| @inheritDoc More... | |
| getAsyncItem (string $conversationIds, bool $withAggregates) | |
Public Member Functions inherited from ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
| getAdministrativeNotifications () | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
| getFullyQualifiedClassName () | |
| @inheritDoc More... | |
| getProviderNameForPresentation () | |
| getFullyQualifiedClassName () | |
| getProviderNameForPresentation () | |
| getNotifications () | |
| getAdministrativeNotifications () | |
Private Attributes | |
| $conversationRepo | |
| $subscriberRepo | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider | |
| $dic | |
| $if | |
| $notification_factory | |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| $dic | |
Class OnScreenChatNotificationProvider.
Definition at line 20 of file OnScreenChatNotificationProvider.php.
| ILIAS\OnScreenChat\Provider\OnScreenChatNotificationProvider::__construct | ( | Container | $dic, |
| Conversation | $conversationRepo = null, |
||
| Subscriber | $subscriberRepo = null |
||
| ) |
OnScreenChatNotificationProvider constructor.
| Container | $dic | |
| Conversation | null | $conversationRepo | |
| Subscriber | null | $subscriberRepo |
Definition at line 33 of file OnScreenChatNotificationProvider.php.
References ILIAS\OnScreenChat\Provider\OnScreenChatNotificationProvider\$conversationRepo, ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider\$dic, ILIAS\OnScreenChat\Provider\OnScreenChatNotificationProvider\$subscriberRepo, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ILIAS\OnScreenChat\Provider\OnScreenChatNotificationProvider::getAsyncItem | ( | string | $conversationIds, |
| bool | $withAggregates | ||
| ) |
| string | $conversationIds | |
| bool | $withAggregates |
Definition at line 140 of file OnScreenChatNotificationProvider.php.
| ILIAS\OnScreenChat\Provider\OnScreenChatNotificationProvider::getNotifications | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider.
Definition at line 52 of file OnScreenChatNotificationProvider.php.
References $factory, ILIAS\UI\Component\Symbol\Icon\Standard\CHTA, ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and ilUtil\yn2tf().
Here is the call graph for this function:
|
private |
Definition at line 23 of file OnScreenChatNotificationProvider.php.
Referenced by ILIAS\OnScreenChat\Provider\OnScreenChatNotificationProvider\__construct().
|
private |
Definition at line 25 of file OnScreenChatNotificationProvider.php.
Referenced by ILIAS\OnScreenChat\Provider\OnScreenChatNotificationProvider\__construct().