|
ILIAS
release_8 Revision v8.24
|
Stores repository clipboard data. More...
Collaboration diagram for ilBadgeManagementSessionRepository:Public Member Functions | |
| __construct () | |
| setBadgeIds (array $ids) | |
| getBadgeIds () | |
| clear () | |
Data Fields | |
| 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\Repository\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:| const ilBadgeManagementSessionRepository::KEY = "bdgclpbrd" |
Definition at line 27 of file class.ilBadgeManagementSessionRepository.php.