| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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 | 
Skill profile.
Definition at line 29 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 38 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 64 of file class.SkillProfile.php.
References ILIAS\Skill\Profile\SkillProfile\$description.
Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\createProfile(), and ILIAS\Skill\Profile\SkillProfileDBRepository\updateProfile().
 Here is the caller graph for this function:| 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().
 Here is the caller graph for this function:| 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().
 Here is the caller graph for this function:| ILIAS\Skill\Profile\SkillProfile::getRefId | ( | ) | 
Definition at line 79 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().
 Here is the caller graph for this function:| 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().
 Here is the caller graph for this function:| 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().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 33 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getDescription().
      
  | 
  protected | 
Definition at line 31 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getId().
      
  | 
  protected | 
Definition at line 35 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getImageId().
      
  | 
  protected | 
Definition at line 36 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getRefId().
      
  | 
  protected | 
Definition at line 34 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getSkillTreeId().
      
  | 
  protected | 
Definition at line 32 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getTitle().