|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Badge notification repository (using user preferences. More...
Collaboration diagram for ILIAS\Badge\Notification\BadgeNotificationPrefRepository: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().
Here is the call graph for this function:| ILIAS\Badge\Notification\BadgeNotificationPrefRepository::getLastCheckedTimestamp | ( | ) |
Get last checked timestamp.
Definition at line 45 of file BadgeNotificationPrefRepository.php.
References user().
Here is the call graph for this function:| ILIAS\Badge\Notification\BadgeNotificationPrefRepository::updateLastCheckedTimestamp | ( | ) |
Set last checked timestamp.
Definition at line 35 of file BadgeNotificationPrefRepository.php.
References user().
Here is the call graph for this function:
|
protected |
Definition at line 18 of file BadgeNotificationPrefRepository.php.
Referenced by ILIAS\Badge\Notification\BadgeNotificationPrefRepository\__construct().