|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\Chatroom\GlobalScreen\ChatInvitationNotificationProvider:
Collaboration diagram for ILIAS\Chatroom\GlobalScreen\ChatInvitationNotificationProvider:Public Member Functions | |
| getNotifications () | |
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 () | |
Data Fields | |
| const | MUTED_UNTIL_PREFERENCE_KEY = 'chatinv_nc_muted_until' |
| const | NOTIFICATION_TYPE = 'chat_invitation' |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider | |
| Container | $dic |
| IdentificationProviderInterface | $if |
| NotificationFactory | $notification_factory |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| Container | $dic |
Definition at line 30 of file ChatInvitationNotificationProvider.php.
| ILIAS\Chatroom\GlobalScreen\ChatInvitationNotificationProvider::getNotifications | ( | ) |
Implements ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider.
Definition at line 35 of file ChatInvitationNotificationProvider.php.
References ILIAS\UI\Component\Symbol\Icon\Standard\CHTA, ilDatePresentation\formatDate(), ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), if, IL_CAL_UNIX, and ILIAS\UI\examples\MainControls\Slate\Notification\standard().
Here is the call graph for this function:| const ILIAS\Chatroom\GlobalScreen\ChatInvitationNotificationProvider::MUTED_UNTIL_PREFERENCE_KEY = 'chatinv_nc_muted_until' |
Definition at line 32 of file ChatInvitationNotificationProvider.php.
| const ILIAS\Chatroom\GlobalScreen\ChatInvitationNotificationProvider::NOTIFICATION_TYPE = 'chat_invitation' |
Definition at line 33 of file ChatInvitationNotificationProvider.php.
Referenced by ILIAS\Notifications\Provider\NotificationsToastProvider\getIconByType().