ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 |
Skill profile.
Definition at line 28 of file class.SkillProfile.php.
ILIAS\Skill\Profile\SkillProfile::__construct | ( | int | $id, |
string | $title, | ||
string | $description, | ||
int | $skill_tree_id, | ||
string | $image_id = "" , |
||
int | $ref_id = 0 |
||
) |
Definition at line 37 of file class.SkillProfile.php.
References ILIAS\Skill\Profile\SkillProfile\$description, ILIAS\Skill\Profile\SkillProfile\$id, ILIAS\Skill\Profile\SkillProfile\$image_id, ILIAS\Skill\Profile\SkillProfile\$ref_id, ILIAS\Skill\Profile\SkillProfile\$skill_tree_id, and ILIAS\Skill\Profile\SkillProfile\$title.
ILIAS\Skill\Profile\SkillProfile::getDescription | ( | ) |
Definition at line 63 of file class.SkillProfile.php.
References ILIAS\Skill\Profile\SkillProfile\$description.
Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\createProfile(), and ILIAS\Skill\Profile\SkillProfileDBRepository\updateProfile().
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().
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().
ILIAS\Skill\Profile\SkillProfile::getRefId | ( | ) |
Definition at line 78 of file class.SkillProfile.php.
References ILIAS\Skill\Profile\SkillProfile\$ref_id.
Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\createProfile(), and ILIAS\Skill\Profile\SkillProfileDBRepository\updateProfile().
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().
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().
|
protected |
Definition at line 32 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getDescription().
|
protected |
Definition at line 30 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getId().
|
protected |
Definition at line 34 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getImageId().
|
protected |
Definition at line 35 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getRefId().
|
protected |
Definition at line 33 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getSkillTreeId().
|
protected |
Definition at line 31 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getTitle().