|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ContactNotificationProvider. More...
Inheritance diagram for ILIAS\Contact\Provider\ContactNotificationProvider:
Collaboration diagram for ILIAS\Contact\Provider\ContactNotificationProvider:Public Member Functions | |
| getNotifications () | |
| @inheritDoc More... | |
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 = 'bs_nc_muted_until' |
Private Member Functions | |
| getIdentifier (string $id) | |
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 ContactNotificationProvider.
Definition at line 19 of file ContactNotificationProvider.php.
|
private |
| string | $id |
Definition at line 27 of file ContactNotificationProvider.php.
Referenced by ILIAS\Contact\Provider\ContactNotificationProvider\getNotifications().
Here is the caller graph for this function:| ILIAS\Contact\Provider\ContactNotificationProvider::getNotifications | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider.
Definition at line 35 of file ContactNotificationProvider.php.
References $factory, ilObjUser\_lookupActive(), ILIAS\UI\Component\Symbol\Icon\Standard\CADM, ilDatePresentation\formatDate(), ILIAS\Contact\Provider\ContactNotificationProvider\getIdentifier(), ilBuddySystem\getInstance(), ilBuddyList\getInstanceByGlobalUser(), ilBuddySystemRelation\getTimestamp(), ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and IL_CAL_UNIX.
Here is the call graph for this function:| const ILIAS\Contact\Provider\ContactNotificationProvider::MUTED_UNTIL_PREFERENCE_KEY = 'bs_nc_muted_until' |
Definition at line 21 of file ContactNotificationProvider.php.