ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Skill\Profile\SkillProfileCompletion Class Reference
+ 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
 

Detailed Description

Author
Thomas Famula famul.nosp@m.a@le.nosp@m.ifos..nosp@m.de

Definition at line 26 of file class.SkillProfileCompletion.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ getDate()

ILIAS\Skill\Profile\SkillProfileCompletion::getDate ( )

Definition at line 55 of file class.SkillProfileCompletion.php.

55 : string
56 {
57 return $this->date;
58 }

References ILIAS\Skill\Profile\SkillProfileCompletion\$date.

◆ getFulfilled()

ILIAS\Skill\Profile\SkillProfileCompletion::getFulfilled ( )

Definition at line 60 of file class.SkillProfileCompletion.php.

60 : bool
61 {
62 return $this->fulfilled;
63 }

References ILIAS\Skill\Profile\SkillProfileCompletion\$fulfilled.

◆ getProfileId()

ILIAS\Skill\Profile\SkillProfileCompletion::getProfileId ( )

Definition at line 45 of file class.SkillProfileCompletion.php.

45 : int
46 {
47 return $this->profile_id;
48 }

References ILIAS\Skill\Profile\SkillProfileCompletion\$profile_id.

◆ getUserId()

ILIAS\Skill\Profile\SkillProfileCompletion::getUserId ( )

Definition at line 50 of file class.SkillProfileCompletion.php.

50 : int
51 {
52 return $this->user_id;
53 }

References ILIAS\Skill\Profile\SkillProfileCompletion\$user_id.

Field Documentation

◆ $date

string ILIAS\Skill\Profile\SkillProfileCompletion::$date = ""
protected

◆ $fulfilled

bool ILIAS\Skill\Profile\SkillProfileCompletion::$fulfilled = false
protected

◆ $profile_id

int ILIAS\Skill\Profile\SkillProfileCompletion::$profile_id = 0
protected

◆ $user_id

int ILIAS\Skill\Profile\SkillProfileCompletion::$user_id = 0
protected

The documentation for this class was generated from the following file: