ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Repos for classification session data. More...
Public Member Functions | |
__construct (int $base_ref_id) | |
ilClassificationSessionRepository constructor. More... | |
unsetAll () | |
Unset all. More... | |
unsetValueForProvider (string $provider) | |
isEmpty () | |
getValueForProvider (string $provider) | |
setValueForProvider ($provider, $value) | |
Data Fields | |
const | BASE_SESSION_KEY = 'clsfct' |
Protected Attributes | |
$base_ref_id | |
Repos for classification session data.
Definition at line 10 of file class.ilClassificationSessionRepository.php.
ilClassificationSessionRepository::__construct | ( | int | $base_ref_id | ) |
ilClassificationSessionRepository constructor.
int | $base_ref_id |
Definition at line 23 of file class.ilClassificationSessionRepository.php.
References $base_ref_id.
ilClassificationSessionRepository::getValueForProvider | ( | string | $provider | ) |
string | $provider |
Definition at line 56 of file class.ilClassificationSessionRepository.php.
References $_SESSION, and $base_ref_id.
ilClassificationSessionRepository::isEmpty | ( | ) |
Definition at line 47 of file class.ilClassificationSessionRepository.php.
References $_SESSION.
ilClassificationSessionRepository::setValueForProvider | ( | $provider, | |
$value | |||
) |
$provider | |
$value |
Definition at line 65 of file class.ilClassificationSessionRepository.php.
References $_SESSION, and $base_ref_id.
ilClassificationSessionRepository::unsetAll | ( | ) |
Unset all.
Definition at line 31 of file class.ilClassificationSessionRepository.php.
References $_SESSION.
ilClassificationSessionRepository::unsetValueForProvider | ( | string | $provider | ) |
string | $provider |
Definition at line 39 of file class.ilClassificationSessionRepository.php.
References $_SESSION.
|
protected |
Definition at line 17 of file class.ilClassificationSessionRepository.php.
Referenced by __construct(), getValueForProvider(), and setValueForProvider().
const ilClassificationSessionRepository::BASE_SESSION_KEY = 'clsfct' |
Definition at line 12 of file class.ilClassificationSessionRepository.php.