|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Repos for classification session data. More...
Collaboration diagram for ilClassificationSessionRepository: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, $base_ref_id, and BASE_SESSION_KEY.
| 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, $base_ref_id, and BASE_SESSION_KEY.
| 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.
Referenced by getValueForProvider(), and setValueForProvider().