ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.SkillRoleProfile.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Skill\Profile
;
22
28
class
SkillRoleProfile
extends
SkillProfile
29
{
30
protected
int
$role_id
= 0;
31
32
public
function
__construct
(
33
int
$role_id,
34
int
$profile_id,
35
string
$title
,
36
string
$description
,
37
int
$skill_tree_id
,
38
string
$image_id
,
39
int
$ref_id
40
) {
41
global
$DIC
;
42
43
parent::__construct
($profile_id, $title, $description, $skill_tree_id, $image_id, $ref_id);
44
$this->role_id =
$role_id
;
45
}
46
47
public
function
getRoleId
():
int
48
{
49
return
$this->role_id
;
50
}
51
}
ILIAS\Skill\Profile\SkillProfile
Skill profile.
Definition:
class.SkillProfile.php:28
ILIAS\Skill\Profile\SkillProfile\$description
string $description
Definition:
class.SkillProfile.php:32
ILIAS\Skill\Profile\SkillProfile\$skill_tree_id
int $skill_tree_id
Definition:
class.SkillProfile.php:33
ILIAS\Skill\Profile\SkillRoleProfile
Skill profile.
Definition:
class.SkillRoleProfile.php:28
ILIAS\Skill\Profile\SkillProfile\$image_id
string $image_id
Definition:
class.SkillProfile.php:34
ILIAS\Skill\Profile\SkillRoleProfile\getRoleId
getRoleId()
Definition:
class.SkillRoleProfile.php:47
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:32
ILIAS\Skill\Profile\SkillProfile\$title
string $title
Definition:
class.SkillProfile.php:31
$DIC
global $DIC
Definition:
shib_login.php:26
ILIAS\Skill\Profile
Definition:
class.SkillProfile.php:21
ILIAS\Skill\Profile\SkillProfile\$ref_id
int $ref_id
Definition:
class.SkillProfile.php:35
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Skill\Profile\SkillRoleProfile\$role_id
int $role_id
Definition:
class.SkillRoleProfile.php:30
components
ILIAS
Skill
Profile
class.SkillRoleProfile.php
Generated on Sun Aug 31 2025 23:03:44 for ILIAS by
1.8.13 (using
Doxyfile
)