| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ILIAS\Skill\Profile\SkillProfileCompletion:Public Member Functions | |
| __construct (int $profile_id, int $user_id, string $date, bool $fulfilled) | |
| getProfileId () | |
| getUserId () | |
| getDate () | |
| getFulfilled () | |
Protected Attributes | |
| int | $profile_id = 0 | 
| int | $user_id = 0 | 
| string | $date = "" | 
| bool | $fulfilled = false | 
Definition at line 27 of file class.SkillProfileCompletion.php.
| ILIAS\Skill\Profile\SkillProfileCompletion::__construct | ( | int | $profile_id, | 
| int | $user_id, | ||
| string | $date, | ||
| bool | $fulfilled | ||
| ) | 
Definition at line 34 of file class.SkillProfileCompletion.php.
References ILIAS\Skill\Profile\SkillProfileCompletion\$date, ILIAS\Skill\Profile\SkillProfileCompletion\$fulfilled, ILIAS\Skill\Profile\SkillProfileCompletion\$profile_id, and ILIAS\Skill\Profile\SkillProfileCompletion\$user_id.
| ILIAS\Skill\Profile\SkillProfileCompletion::getDate | ( | ) | 
Definition at line 56 of file class.SkillProfileCompletion.php.
References ILIAS\Skill\Profile\SkillProfileCompletion\$date.
| ILIAS\Skill\Profile\SkillProfileCompletion::getFulfilled | ( | ) | 
Definition at line 61 of file class.SkillProfileCompletion.php.
References ILIAS\Skill\Profile\SkillProfileCompletion\$fulfilled.
| ILIAS\Skill\Profile\SkillProfileCompletion::getProfileId | ( | ) | 
Definition at line 46 of file class.SkillProfileCompletion.php.
References ILIAS\Skill\Profile\SkillProfileCompletion\$profile_id.
| ILIAS\Skill\Profile\SkillProfileCompletion::getUserId | ( | ) | 
Definition at line 51 of file class.SkillProfileCompletion.php.
References ILIAS\Skill\Profile\SkillProfileCompletion\$user_id.
      
  | 
  protected | 
Definition at line 31 of file class.SkillProfileCompletion.php.
Referenced by ILIAS\Skill\Profile\SkillProfileCompletion\__construct(), and ILIAS\Skill\Profile\SkillProfileCompletion\getDate().
      
  | 
  protected | 
Definition at line 32 of file class.SkillProfileCompletion.php.
Referenced by ILIAS\Skill\Profile\SkillProfileCompletion\__construct(), and ILIAS\Skill\Profile\SkillProfileCompletion\getFulfilled().
      
  | 
  protected | 
Definition at line 29 of file class.SkillProfileCompletion.php.
Referenced by ILIAS\Skill\Profile\SkillProfileCompletion\__construct(), and ILIAS\Skill\Profile\SkillProfileCompletion\getProfileId().
      
  | 
  protected | 
Definition at line 30 of file class.SkillProfileCompletion.php.
Referenced by ILIAS\Skill\Profile\SkillProfileCompletion\__construct(), and ILIAS\Skill\Profile\SkillProfileCompletion\getUserId().