|
ILIAS
release_8 Revision v8.24
|
Badge notification repository (using user preferences. More...
Collaboration diagram for ILIAS\Badge\Notification\BadgeNotificationPrefRepository: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().
Here is the call graph for this function:| ILIAS\Badge\Notification\BadgeNotificationPrefRepository::getLastCheckedTimestamp | ( | ) |
Get last checked timestamp.
Definition at line 50 of file BadgeNotificationPrefRepository.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\Badge\Notification\BadgeNotificationPrefRepository::updateLastCheckedTimestamp | ( | ) |
Set last checked timestamp.
Definition at line 42 of file BadgeNotificationPrefRepository.php.
References ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file BadgeNotificationPrefRepository.php.
Referenced by ILIAS\Badge\Notification\BadgeNotificationPrefRepository\__construct().