|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\Container\Classification\ClassificationSessionRepository: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 20 of file class.ClassificationSessionRepository.php.
| ILIAS\Container\Classification\ClassificationSessionRepository::__construct | ( | int | $base_ref_id | ) |
Definition at line 27 of file class.ClassificationSessionRepository.php.
References ILIAS\Container\Classification\ClassificationSessionRepository\$base_ref_id.
| ILIAS\Container\Classification\ClassificationSessionRepository::getValueForProvider | ( | string | $provider | ) |
Definition at line 52 of file class.ClassificationSessionRepository.php.
References $provider, ilSession\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\Container\Classification\ClassificationSessionRepository::isEmpty | ( | ) |
Definition at line 47 of file class.ClassificationSessionRepository.php.
References ilSession\has().
Here is the call graph for this function:| ILIAS\Container\Classification\ClassificationSessionRepository::setValueForProvider | ( | string | $provider, |
| array | $value | ||
| ) |
Definition at line 61 of file class.ClassificationSessionRepository.php.
References $provider, ilSession\get(), ilSession\has(), and ilSession\set().
Here is the call graph for this function:| ILIAS\Container\Classification\ClassificationSessionRepository::unsetAll | ( | ) |
Definition at line 33 of file class.ClassificationSessionRepository.php.
References ilSession\clear().
Here is the call graph for this function:| ILIAS\Container\Classification\ClassificationSessionRepository::unsetValueForProvider | ( | string | $provider | ) |
Definition at line 38 of file class.ClassificationSessionRepository.php.
References ilSession\get(), ilSession\has(), and ilSession\set().
Here is the call graph for this function:
|
protected |
Definition at line 25 of file class.ClassificationSessionRepository.php.
Referenced by ILIAS\Container\Classification\ClassificationSessionRepository\__construct().
|
protected |
Definition at line 23 of file class.ClassificationSessionRepository.php.
| const ILIAS\Container\Classification\ClassificationSessionRepository::BASE_SESSION_KEY = 'clsfct' |
Definition at line 22 of file class.ClassificationSessionRepository.php.