|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilClassificationSessionRepository: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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilClassificationSessionRepository::isEmpty | ( | ) |
Definition at line 47 of file class.ilClassificationSessionRepository.php.
References ilSession\has().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilClassificationSessionRepository::unsetAll | ( | ) |
Definition at line 33 of file class.ilClassificationSessionRepository.php.
References ilSession\clear().
Referenced by ClassificationSessionRepositoryTest\testUnsetAll().
Here is the call graph for this function:
Here is the caller graph for this function:| ilClassificationSessionRepository::unsetValueForProvider | ( | string | $provider | ) |
Definition at line 38 of file class.ilClassificationSessionRepository.php.
References $provider, ilSession\get(), ilSession\has(), and ilSession\set().
Referenced by ClassificationSessionRepositoryTest\testUnsetValueForProvider().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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.