ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Skill\Profile\SkillProfile Class Reference

Skill profile. More...

+ Inheritance diagram for ILIAS\Skill\Profile\SkillProfile:
+ Collaboration diagram for ILIAS\Skill\Profile\SkillProfile:

Public Member Functions

 __construct (int $id, string $title, string $description, int $skill_tree_id, string $image_id="", int $ref_id=0)
 
 getId ()
 
 getTitle ()
 
 getDescription ()
 
 getSkillTreeId ()
 
 getImageId ()
 
 getRefId ()
 

Protected Attributes

int $id = 0
 
string $title = ""
 
string $description = ""
 
int $skill_tree_id = 0
 
string $image_id = ""
 
int $ref_id = 0
 

Detailed Description

Skill profile.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e

Definition at line 28 of file class.SkillProfile.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Skill\Profile\SkillProfile::__construct ( int  $id,
string  $title,
string  $description,
int  $skill_tree_id,
string  $image_id = "",
int  $ref_id = 0 
)

Member Function Documentation

◆ getDescription()

ILIAS\Skill\Profile\SkillProfile::getDescription ( )

◆ getId()

ILIAS\Skill\Profile\SkillProfile::getId ( )

Definition at line 53 of file class.SkillProfile.php.

References ILIAS\Skill\Profile\SkillProfile\$id.

Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\updateProfile().

53  : int
54  {
55  return $this->id;
56  }
+ Here is the caller graph for this function:

◆ getImageId()

ILIAS\Skill\Profile\SkillProfile::getImageId ( )

Definition at line 73 of file class.SkillProfile.php.

References ILIAS\Skill\Profile\SkillProfile\$image_id.

Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\createProfile(), and ILIAS\Skill\Profile\SkillProfileDBRepository\updateProfile().

73  : string
74  {
75  return $this->image_id;
76  }
+ Here is the caller graph for this function:

◆ getRefId()

ILIAS\Skill\Profile\SkillProfile::getRefId ( )

◆ getSkillTreeId()

ILIAS\Skill\Profile\SkillProfile::getSkillTreeId ( )

Definition at line 68 of file class.SkillProfile.php.

References ILIAS\Skill\Profile\SkillProfile\$skill_tree_id.

Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\createProfile().

68  : int
69  {
70  return $this->skill_tree_id;
71  }
+ Here is the caller graph for this function:

◆ getTitle()

ILIAS\Skill\Profile\SkillProfile::getTitle ( )

Definition at line 58 of file class.SkillProfile.php.

References ILIAS\Skill\Profile\SkillProfile\$title.

Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\createProfile(), and ILIAS\Skill\Profile\SkillProfileDBRepository\updateProfile().

58  : string
59  {
60  return $this->title;
61  }
+ Here is the caller graph for this function:

Field Documentation

◆ $description

string ILIAS\Skill\Profile\SkillProfile::$description = ""
protected

◆ $id

int ILIAS\Skill\Profile\SkillProfile::$id = 0
protected

◆ $image_id

string ILIAS\Skill\Profile\SkillProfile::$image_id = ""
protected

◆ $ref_id

int ILIAS\Skill\Profile\SkillProfile::$ref_id = 0
protected

◆ $skill_tree_id

int ILIAS\Skill\Profile\SkillProfile::$skill_tree_id = 0
protected

◆ $title

string ILIAS\Skill\Profile\SkillProfile::$title = ""
protected

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