ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $base_ref_id) | |
unsetAll () | |
unsetValueForProvider (string $provider) | |
isEmpty () | |
getValueForProvider (string $provider) | |
setValueForProvider (string $provider, array $value) | |
Data Fields | |
const | BASE_SESSION_KEY = 'clsfct' |
Protected Attributes | |
string | $key |
int | $base_ref_id |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too. If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Repos for classification session data
Definition at line 20 of file class.ilClassificationSessionRepository.php.
ilClassificationSessionRepository::__construct | ( | int | $base_ref_id | ) |
Definition at line 27 of file class.ilClassificationSessionRepository.php.
References $base_ref_id.
ilClassificationSessionRepository::getValueForProvider | ( | string | $provider | ) |
Definition at line 52 of file class.ilClassificationSessionRepository.php.
References $provider, ilSession\get(), and ilSession\has().
Referenced by ClassificationSessionRepositoryTest\testUnsetAll(), ClassificationSessionRepositoryTest\testUnsetValueForProvider(), and ClassificationSessionRepositoryTest\testValueForProvider().
ilClassificationSessionRepository::isEmpty | ( | ) |
Definition at line 47 of file class.ilClassificationSessionRepository.php.
References ilSession\has().
ilClassificationSessionRepository::setValueForProvider | ( | string | $provider, |
array | $value | ||
) |
Definition at line 61 of file class.ilClassificationSessionRepository.php.
References $provider, ilSession\get(), ilSession\has(), and ilSession\set().
Referenced by ClassificationSessionRepositoryTest\testUnsetAll(), ClassificationSessionRepositoryTest\testUnsetValueForProvider(), and ClassificationSessionRepositoryTest\testValueForProvider().
ilClassificationSessionRepository::unsetAll | ( | ) |
Definition at line 33 of file class.ilClassificationSessionRepository.php.
References ilSession\clear().
Referenced by ClassificationSessionRepositoryTest\testUnsetAll().
ilClassificationSessionRepository::unsetValueForProvider | ( | string | $provider | ) |
Definition at line 38 of file class.ilClassificationSessionRepository.php.
References ilSession\get(), ilSession\has(), and ilSession\set().
Referenced by ClassificationSessionRepositoryTest\testUnsetValueForProvider().
|
protected |
Definition at line 25 of file class.ilClassificationSessionRepository.php.
Referenced by __construct().
|
protected |
Definition at line 23 of file class.ilClassificationSessionRepository.php.
const ilClassificationSessionRepository::BASE_SESSION_KEY = 'clsfct' |
Definition at line 22 of file class.ilClassificationSessionRepository.php.