| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Badge notification repository (using user preferences. More...
 Collaboration diagram for ILIAS\UI\Component\MainControls\Slate\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\UI\Component\MainControls\Slate\Notification\BadgeNotificationPrefRepository::__construct | ( | \ilObjUser | $user = null | ) | 
Definition at line 30 of file BadgeNotificationPrefRepository.php.
References $DIC, ILIAS\UI\Component\MainControls\Slate\Notification\BadgeNotificationPrefRepository\$user, and ILIAS\Repository\user().
 Here is the call graph for this function:| ILIAS\UI\Component\MainControls\Slate\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\UI\Component\MainControls\Slate\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\UI\Component\MainControls\Slate\Notification\BadgeNotificationPrefRepository\__construct().