ILIAS
release_8 Revision v8.23
|
Stores repository clipboard data. More...
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().
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().
ilBadgeManagementSessionRepository::setBadgeIds | ( | array | $ids | ) |
Definition at line 33 of file class.ilBadgeManagementSessionRepository.php.
References ilSession\set().
Referenced by BadgeManagementSessionRepositoryTest\testBadgeIds(), and BadgeManagementSessionRepositoryTest\testClear().
const ilBadgeManagementSessionRepository::KEY = "bdgclpbrd" |
Definition at line 27 of file class.ilBadgeManagementSessionRepository.php.