ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.SkillRoleProfile.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
22
namespace
ILIAS\Skill\Profile
;
23
29
class
SkillRoleProfile
extends
SkillProfile
30
{
31
protected
int
$role_id
= 0;
32
33
public
function
__construct
(
34
int
$role_id,
35
int
$profile_id,
36
string
$title
,
37
string
$description
,
38
int
$skill_tree_id
,
39
string
$image_id
,
40
int
$ref_id
41
) {
42
global
$DIC
;
43
44
parent::__construct
($profile_id, $title, $description, $skill_tree_id, $image_id, $ref_id);
45
$this->role_id =
$role_id
;
46
}
47
48
public
function
getRoleId
():
int
49
{
50
return
$this->role_id
;
51
}
52
}
ILIAS\Skill\Profile\SkillProfile
Skill profile.
Definition:
class.SkillProfile.php:29
ILIAS\Skill\Profile\SkillProfile\$description
string $description
Definition:
class.SkillProfile.php:33
ILIAS\Skill\Profile\SkillProfile\$skill_tree_id
int $skill_tree_id
Definition:
class.SkillProfile.php:34
ILIAS\Skill\Profile\SkillRoleProfile
Skill profile.
Definition:
class.SkillRoleProfile.php:29
ILIAS\Skill\Profile\SkillProfile\$image_id
string $image_id
Definition:
class.SkillProfile.php:35
ILIAS\Skill\Profile\SkillRoleProfile\getRoleId
getRoleId()
Definition:
class.SkillRoleProfile.php:48
ILIAS\Skill\Profile\SkillRoleProfile\__construct
__construct(int $role_id, int $profile_id, string $title, string $description, int $skill_tree_id, string $image_id, int $ref_id)
Definition:
class.SkillRoleProfile.php:33
$DIC
global $DIC
Definition:
feed.php:28
ILIAS\MetaData\Repository\Validation\Data\__construct
__construct(VocabulariesInterface $vocabularies)
Definition:
VocabularyBridge.php:31
ILIAS\Skill\Profile\SkillProfile\$title
string $title
Definition:
class.SkillProfile.php:32
ILIAS\Skill\Profile
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.SkillProfile.php:22
ILIAS\Skill\Profile\SkillProfile\$ref_id
int $ref_id
Definition:
class.SkillProfile.php:36
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Skill\Profile\SkillRoleProfile\$role_id
int $role_id
Definition:
class.SkillRoleProfile.php:31
Services
Skill
Profile
class.SkillRoleProfile.php
Generated on Wed Sep 10 2025 14:11:55 for ILIAS by
1.8.13 (using
Doxyfile
)