ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 29 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 54 of file class.SkillProfile.php.

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

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

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

◆ getImageId()

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

Definition at line 74 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().

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

◆ getRefId()

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

◆ getSkillTreeId()

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

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

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

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

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

◆ getTitle()

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

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

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

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

59  : string
60  {
61  return $this->title;
62  }
+ 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: