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

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

63 : string
64 {
65 return $this->description;
66 }

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

◆ getId()

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

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

53 : int
54 {
55 return $this->id;
56 }

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

◆ getImageId()

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

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

73 : string
74 {
75 return $this->image_id;
76 }

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

◆ getRefId()

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

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

78 : int
79 {
80 return $this->ref_id;
81 }

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

◆ getSkillTreeId()

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

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

68 : int
69 {
71 }

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

◆ getTitle()

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

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

58 : string
59 {
60 return $this->title;
61 }

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

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: