|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 26 of file class.SkillProfileCompletion.php.
| ILIAS\Skill\Profile\SkillProfileCompletion::__construct | ( | int | $profile_id, |
| int | $user_id, | ||
| string | $date, | ||
| bool | $fulfilled | ||
| ) |
Definition at line 33 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 55 of file class.SkillProfileCompletion.php.
References ILIAS\Skill\Profile\SkillProfileCompletion\$date.
| ILIAS\Skill\Profile\SkillProfileCompletion::getFulfilled | ( | ) |
Definition at line 60 of file class.SkillProfileCompletion.php.
References ILIAS\Skill\Profile\SkillProfileCompletion\$fulfilled.
| ILIAS\Skill\Profile\SkillProfileCompletion::getProfileId | ( | ) |
Definition at line 45 of file class.SkillProfileCompletion.php.
References ILIAS\Skill\Profile\SkillProfileCompletion\$profile_id.
| ILIAS\Skill\Profile\SkillProfileCompletion::getUserId | ( | ) |
Definition at line 50 of file class.SkillProfileCompletion.php.
References ILIAS\Skill\Profile\SkillProfileCompletion\$user_id.
|
protected |
Definition at line 30 of file class.SkillProfileCompletion.php.
Referenced by ILIAS\Skill\Profile\SkillProfileCompletion\__construct(), and ILIAS\Skill\Profile\SkillProfileCompletion\getDate().
|
protected |
Definition at line 31 of file class.SkillProfileCompletion.php.
Referenced by ILIAS\Skill\Profile\SkillProfileCompletion\__construct(), and ILIAS\Skill\Profile\SkillProfileCompletion\getFulfilled().
|
protected |
Definition at line 28 of file class.SkillProfileCompletion.php.
Referenced by ILIAS\Skill\Profile\SkillProfileCompletion\__construct(), and ILIAS\Skill\Profile\SkillProfileCompletion\getProfileId().
|
protected |
Definition at line 29 of file class.SkillProfileCompletion.php.
Referenced by ILIAS\Skill\Profile\SkillProfileCompletion\__construct(), and ILIAS\Skill\Profile\SkillProfileCompletion\getUserId().