3 declare(strict_types=1);
    34     protected int $id = 0;
    96     public function withId(
int $id): self
   106         $code->survey_id = 
$id;
 
withUserKey(string $user_key)
 
withTimestamp(int $tstamp)
 
withLastName(string $last_name)
 
__construct(string $code)
 
withFirstName(string $first_name)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...