| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ILIAS\Survey\Code\Code:Public Member Functions | |
| __construct (string $code) | |
| getCode () | |
| getFirstName () | |
| getLastName () | |
| getEmail () | |
| getUserKey () | |
| getSurveyId () | |
| getId () | |
| getUserId () | |
| getSent () | |
| getTimestamp () | |
| withId (int $id) | |
| withSurveyId (int $id) | |
| withUserKey (string $user_key) | |
| withUserId (int $user_id) | |
| withTimestamp (int $tstamp) | |
| withSent (int $sent) | |
| withEmail (string $email) | |
| withFirstName (string $first_name) | |
| withLastName (string $last_name) | |
Protected Attributes | |
| string | $code = "" | 
| string | $user_key = null | 
| string | $email = "" | 
| string | $last_name = "" | 
| string | $first_name = "" | 
| int | $id = 0 | 
| int | $user_id = 0 | 
| int | $survey_id = 0 | 
| int | $tstamp = 0 | 
| int | $sent = 0 | 
Code data class.
Definition at line 27 of file class.Code.php.
| ILIAS\Survey\Code\Code::__construct | ( | string | $code | ) | 
| ILIAS\Survey\Code\Code::getCode | ( | ) | 
Definition at line 46 of file class.Code.php.
References ILIAS\Survey\Code\Code\$code.
Referenced by ILIAS\Survey\Code\CodeManager\add().
 Here is the caller graph for this function:| ILIAS\Survey\Code\Code::getEmail | ( | ) | 
Definition at line 61 of file class.Code.php.
References ILIAS\Survey\Code\Code\$email.
Referenced by ILIAS\Survey\Code\CodeManager\add().
 Here is the caller graph for this function:| ILIAS\Survey\Code\Code::getFirstName | ( | ) | 
Definition at line 51 of file class.Code.php.
References ILIAS\Survey\Code\Code\$first_name.
Referenced by ILIAS\Survey\Code\CodeManager\add().
 Here is the caller graph for this function:| ILIAS\Survey\Code\Code::getId | ( | ) | 
| ILIAS\Survey\Code\Code::getLastName | ( | ) | 
Definition at line 56 of file class.Code.php.
References ILIAS\Survey\Code\Code\$last_name.
Referenced by ILIAS\Survey\Code\CodeManager\add().
 Here is the caller graph for this function:| ILIAS\Survey\Code\Code::getSent | ( | ) | 
Definition at line 86 of file class.Code.php.
References ILIAS\Survey\Code\Code\$sent.
Referenced by ILIAS\Survey\Code\CodeManager\add().
 Here is the caller graph for this function:| ILIAS\Survey\Code\Code::getSurveyId | ( | ) | 
| ILIAS\Survey\Code\Code::getTimestamp | ( | ) | 
Definition at line 91 of file class.Code.php.
References ILIAS\Survey\Code\Code\$tstamp.
Referenced by ILIAS\Survey\Code\CodeManager\add().
 Here is the caller graph for this function:| ILIAS\Survey\Code\Code::getUserId | ( | ) | 
Definition at line 81 of file class.Code.php.
References ILIAS\Survey\Code\Code\$user_id.
Referenced by ILIAS\Survey\Code\CodeManager\add().
 Here is the caller graph for this function:| ILIAS\Survey\Code\Code::getUserKey | ( | ) | 
| ILIAS\Survey\Code\Code::withEmail | ( | string | ) | 
Definition at line 138 of file class.Code.php.
References ILIAS\Survey\Code\Code\$code, and ILIAS\Survey\Code\Code\$email.
| ILIAS\Survey\Code\Code::withFirstName | ( | string | $first_name | ) | 
Definition at line 145 of file class.Code.php.
References ILIAS\Survey\Code\Code\$code, and ILIAS\Survey\Code\Code\$first_name.
| ILIAS\Survey\Code\Code::withId | ( | int | $id | ) | 
Definition at line 96 of file class.Code.php.
References ILIAS\Survey\Code\Code\$code, and ILIAS\Survey\Code\Code\$id.
| ILIAS\Survey\Code\Code::withLastName | ( | string | $last_name | ) | 
Definition at line 152 of file class.Code.php.
References ILIAS\Survey\Code\Code\$code, and ILIAS\Survey\Code\Code\$last_name.
| ILIAS\Survey\Code\Code::withSent | ( | int | $sent | ) | 
Definition at line 131 of file class.Code.php.
References ILIAS\Survey\Code\Code\$code, and ILIAS\Survey\Code\Code\$sent.
| ILIAS\Survey\Code\Code::withSurveyId | ( | int | $id | ) | 
Definition at line 103 of file class.Code.php.
References ILIAS\Survey\Code\Code\$code, and ILIAS\Survey\Code\Code\$id.
| ILIAS\Survey\Code\Code::withTimestamp | ( | int | $tstamp | ) | 
Definition at line 124 of file class.Code.php.
References ILIAS\Survey\Code\Code\$code, and ILIAS\Survey\Code\Code\$tstamp.
| ILIAS\Survey\Code\Code::withUserId | ( | int | $user_id | ) | 
Definition at line 117 of file class.Code.php.
References ILIAS\Survey\Code\Code\$code, and ILIAS\Survey\Code\Code\$user_id.
| ILIAS\Survey\Code\Code::withUserKey | ( | string | $user_key | ) | 
Definition at line 110 of file class.Code.php.
References ILIAS\Survey\Code\Code\$code, and ILIAS\Survey\Code\Code\$user_key.
      
  | 
  protected | 
Definition at line 29 of file class.Code.php.
Referenced by ILIAS\Survey\Code\Code\__construct(), ILIAS\Survey\Code\Code\getCode(), ILIAS\Survey\Code\Code\withEmail(), ILIAS\Survey\Code\Code\withFirstName(), ILIAS\Survey\Code\Code\withId(), ILIAS\Survey\Code\Code\withLastName(), ILIAS\Survey\Code\Code\withSent(), ILIAS\Survey\Code\Code\withSurveyId(), ILIAS\Survey\Code\Code\withTimestamp(), ILIAS\Survey\Code\Code\withUserId(), and ILIAS\Survey\Code\Code\withUserKey().
      
  | 
  protected | 
Definition at line 31 of file class.Code.php.
Referenced by ILIAS\Survey\Code\Code\getEmail(), and ILIAS\Survey\Code\Code\withEmail().
      
  | 
  protected | 
Definition at line 33 of file class.Code.php.
Referenced by ILIAS\Survey\Code\Code\getFirstName(), and ILIAS\Survey\Code\Code\withFirstName().
      
  | 
  protected | 
Definition at line 34 of file class.Code.php.
Referenced by ILIAS\Survey\Code\Code\getId(), ILIAS\Survey\Code\Code\withId(), and ILIAS\Survey\Code\Code\withSurveyId().
      
  | 
  protected | 
Definition at line 32 of file class.Code.php.
Referenced by ILIAS\Survey\Code\Code\getLastName(), and ILIAS\Survey\Code\Code\withLastName().
      
  | 
  protected | 
Definition at line 38 of file class.Code.php.
Referenced by ILIAS\Survey\Code\Code\getSent(), and ILIAS\Survey\Code\Code\withSent().
      
  | 
  protected | 
Definition at line 36 of file class.Code.php.
Referenced by ILIAS\Survey\Code\Code\getSurveyId().
      
  | 
  protected | 
Definition at line 37 of file class.Code.php.
Referenced by ILIAS\Survey\Code\Code\getTimestamp(), and ILIAS\Survey\Code\Code\withTimestamp().
      
  | 
  protected | 
Definition at line 35 of file class.Code.php.
Referenced by ILIAS\Survey\Code\Code\getUserId(), and ILIAS\Survey\Code\Code\withUserId().
      
  | 
  protected | 
Definition at line 30 of file class.Code.php.
Referenced by ILIAS\Survey\Code\Code\getUserKey(), and ILIAS\Survey\Code\Code\withUserKey().