| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
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 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.