ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
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 ( )

◆ getFulfilled()

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

◆ getProfileId()

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

◆ getUserId()

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

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: