ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
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 |
Definition at line 23 of file class.ClassificationSessionRepository.php.
ILIAS\Container\Classification\ClassificationSessionRepository::__construct | ( | int | $base_ref_id | ) |
Definition at line 30 of file class.ClassificationSessionRepository.php.
References ILIAS\Container\Classification\ClassificationSessionRepository\$base_ref_id.
ILIAS\Container\Classification\ClassificationSessionRepository::getValueForProvider | ( | string | $provider | ) |
Definition at line 55 of file class.ClassificationSessionRepository.php.
References $provider, ilSession\get(), and ilSession\has().
ILIAS\Container\Classification\ClassificationSessionRepository::isEmpty | ( | ) |
Definition at line 50 of file class.ClassificationSessionRepository.php.
References ilSession\has().
ILIAS\Container\Classification\ClassificationSessionRepository::setValueForProvider | ( | string | $provider, |
array | $value | ||
) |
Definition at line 64 of file class.ClassificationSessionRepository.php.
References $provider, ilSession\get(), ilSession\has(), and ilSession\set().
ILIAS\Container\Classification\ClassificationSessionRepository::unsetAll | ( | ) |
Definition at line 36 of file class.ClassificationSessionRepository.php.
References ilSession\clear().
ILIAS\Container\Classification\ClassificationSessionRepository::unsetValueForProvider | ( | string | $provider | ) |
Definition at line 41 of file class.ClassificationSessionRepository.php.
References ilSession\get(), ilSession\has(), and ilSession\set().
|
protected |
Definition at line 28 of file class.ClassificationSessionRepository.php.
Referenced by ILIAS\Container\Classification\ClassificationSessionRepository\__construct().
|
protected |
Definition at line 26 of file class.ClassificationSessionRepository.php.
const ILIAS\Container\Classification\ClassificationSessionRepository::BASE_SESSION_KEY = 'clsfct' |
Definition at line 25 of file class.ClassificationSessionRepository.php.