ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Badge notification repository (using user preferences. More...
Public Member Functions | |
__construct (\ilObjUser $user=null) | |
updateLastCheckedTimestamp () | |
Set last checked timestamp. More... | |
getLastCheckedTimestamp () | |
Get last checked timestamp. More... | |
Protected Attributes | |
ilObjUser | $user |
Badge notification repository (using user preferences.
Definition at line 26 of file BadgeNotificationPrefRepository.php.
ILIAS\Badge\Notification\BadgeNotificationPrefRepository::__construct | ( | \ilObjUser | $user = null | ) |
Definition at line 30 of file BadgeNotificationPrefRepository.php.
References $DIC, ILIAS\Badge\Notification\BadgeNotificationPrefRepository\$user, and ILIAS\Repository\user().
ILIAS\Badge\Notification\BadgeNotificationPrefRepository::getLastCheckedTimestamp | ( | ) |
Get last checked timestamp.
Definition at line 50 of file BadgeNotificationPrefRepository.php.
References ILIAS\Repository\user().
ILIAS\Badge\Notification\BadgeNotificationPrefRepository::updateLastCheckedTimestamp | ( | ) |
Set last checked timestamp.
Definition at line 42 of file BadgeNotificationPrefRepository.php.
References ILIAS\Repository\user().
|
protected |
Definition at line 28 of file BadgeNotificationPrefRepository.php.
Referenced by ILIAS\Badge\Notification\BadgeNotificationPrefRepository\__construct().