| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Stores repository clipboard data. More...
 Collaboration diagram for ilBadgeManagementSessionRepository:Public Member Functions | |
| __construct () | |
| setBadgeIds (array $ids) | |
| getBadgeIds () | |
| clear () | |
Data Fields | |
| final const | KEY = "bdgclpbrd" | 
Stores repository clipboard data.
Definition at line 25 of file class.ilBadgeManagementSessionRepository.php.
| ilBadgeManagementSessionRepository::__construct | ( | ) | 
Definition at line 29 of file class.ilBadgeManagementSessionRepository.php.
| ilBadgeManagementSessionRepository::clear | ( | ) | 
Definition at line 46 of file class.ilBadgeManagementSessionRepository.php.
References ilSession\clear().
Referenced by BadgeManagementSessionRepositoryTest\testClear().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilBadgeManagementSessionRepository::getBadgeIds | ( | ) | 
Definition at line 38 of file class.ilBadgeManagementSessionRepository.php.
References ILIAS\GlobalScreen\get(), and ilSession\has().
Referenced by BadgeManagementSessionRepositoryTest\testBadgeIds(), and BadgeManagementSessionRepositoryTest\testClear().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilBadgeManagementSessionRepository::setBadgeIds | ( | array | $ids | ) | 
Definition at line 33 of file class.ilBadgeManagementSessionRepository.php.
References ilSession\set().
Referenced by BadgeManagementSessionRepositoryTest\testBadgeIds(), and BadgeManagementSessionRepositoryTest\testClear().
 Here is the call graph for this function:
 Here is the caller graph for this function:| final const ilBadgeManagementSessionRepository::KEY = "bdgclpbrd" | 
Definition at line 27 of file class.ilBadgeManagementSessionRepository.php.