ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Class ContactNotificationProvider. More...
Public Member Functions | |
getNotifications () | |
![]() | |
__construct (Container $dic) | |
getAdministrativeNotifications () | |
![]() | |
__construct (protected Container $dic) | |
getFullyQualifiedClassName () | |
getProviderNameForPresentation () | |
Data Fields | |
final const string | MUTED_UNTIL_PREFERENCE_KEY = 'bs_nc_muted_until' |
final const string | NOTIFICATION_TYPE = 'buddysystem_request' |
Private Member Functions | |
getIdentifier (string $id) | |
Additional Inherited Members | |
![]() | |
globalScreen () | |
![]() | |
Container | $dic |
IdentificationProviderInterface | $if |
NotificationFactory | $notification_factory |
Class ContactNotificationProvider.
Definition at line 42 of file ContactNotificationProvider.php.
|
private |
Definition at line 47 of file ContactNotificationProvider.php.
Referenced by ILIAS\Contact\Provider\ContactNotificationProvider\getNotifications().
ILIAS\Contact\Provider\ContactNotificationProvider::getNotifications | ( | ) |
Implements ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider.
Definition at line 55 of file ContactNotificationProvider.php.
References $relation, ilObjUser\_lookupActive(), ilDatePresentation\formatDate(), ILIAS\Contact\Provider\ContactNotificationProvider\getIdentifier(), ilBuddySystem\getInstance(), ilBuddyList\getInstanceByGlobalUser(), ilBuddySystemRelation\getTimestamp(), ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), IL_CAL_UNIX, and null.
final const string ILIAS\Contact\Provider\ContactNotificationProvider::MUTED_UNTIL_PREFERENCE_KEY = 'bs_nc_muted_until' |
Definition at line 44 of file ContactNotificationProvider.php.
final const string ILIAS\Contact\Provider\ContactNotificationProvider::NOTIFICATION_TYPE = 'buddysystem_request' |
Definition at line 45 of file ContactNotificationProvider.php.