|
ILIAS
release_8 Revision v8.24
|
Stores access codes of anonymous session. More...
Collaboration diagram for ILIAS\Survey\Evaluation\EvaluationSessionRepo:Public Member Functions | |
| __construct () | |
| setAnonEvaluationAccess (int $ref_id) | |
| getAnonEvaluationAccess () | |
| clearAnonEvaluationAccess () | |
Protected Attributes | |
| const | KEY_BASE = "svy_eval_" |
| const | KEY_ANON_EVAL = self::KEY_BASE . "anon_eval" |
Stores access codes of anonymous session.
Definition at line 27 of file class.EvaluationSessionRepo.php.
| ILIAS\Survey\Evaluation\EvaluationSessionRepo::__construct | ( | ) |
Definition at line 32 of file class.EvaluationSessionRepo.php.
| ILIAS\Survey\Evaluation\EvaluationSessionRepo::clearAnonEvaluationAccess | ( | ) |
Definition at line 46 of file class.EvaluationSessionRepo.php.
References ilSession\clear().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationSessionRepo::getAnonEvaluationAccess | ( | ) |
Definition at line 41 of file class.EvaluationSessionRepo.php.
References ilSession\get().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationSessionRepo::setAnonEvaluationAccess | ( | int | $ref_id | ) |
Definition at line 36 of file class.EvaluationSessionRepo.php.
References $ref_id, and ilSession\set().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.EvaluationSessionRepo.php.
|
protected |
Definition at line 29 of file class.EvaluationSessionRepo.php.