ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Badge notification repository (using user preferences. More...
Public Member Functions | |
__construct (\ilObjUser $user=null) | |
Constructor. More... | |
updateLastCheckedTimestamp () | |
Set last checked timestamp. More... | |
getLastCheckedTimestamp () | |
Get last checked timestamp. More... | |
Protected Attributes | |
$user | |
Badge notification repository (using user preferences.
Definition at line 13 of file BadgeNotificationPrefRepository.php.
ILIAS\Badge\Notification\BadgeNotificationPrefRepository::__construct | ( | \ilObjUser | $user = null | ) |
Constructor.
Definition at line 23 of file BadgeNotificationPrefRepository.php.
References $DIC, ILIAS\Badge\Notification\BadgeNotificationPrefRepository\$user, and user().
ILIAS\Badge\Notification\BadgeNotificationPrefRepository::getLastCheckedTimestamp | ( | ) |
Get last checked timestamp.
Definition at line 45 of file BadgeNotificationPrefRepository.php.
References user().
ILIAS\Badge\Notification\BadgeNotificationPrefRepository::updateLastCheckedTimestamp | ( | ) |
Set last checked timestamp.
Definition at line 35 of file BadgeNotificationPrefRepository.php.
References user().
|
protected |
Definition at line 18 of file BadgeNotificationPrefRepository.php.
Referenced by ILIAS\Badge\Notification\BadgeNotificationPrefRepository\__construct().