ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
class.SkillProfileLevel.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
22
namespace
ILIAS\Skill\Profile
;
23
24
use
ILIAS\Skill\GapAnalysisSkill
;
25
29
class
SkillProfileLevel
implements
GapAnalysisSkill
30
{
31
protected
int
$profile_id
= 0;
32
protected
int
$base_skill_id
= 0;
33
protected
int
$tref_id
= 0;
34
protected
int
$level_id
= 0;
35
protected
int
$order_nr
= 0;
36
37
public
function
__construct
(
38
int
$profile_id,
39
int
$base_skill_id,
40
int
$tref_id,
41
int
$level_id,
42
int
$order_nr
43
) {
44
$this->profile_id =
$profile_id
;
45
$this->base_skill_id =
$base_skill_id
;
46
$this->tref_id =
$tref_id
;
47
$this->level_id =
$level_id
;
48
$this->order_nr =
$order_nr
;
49
}
50
51
public
function
getProfileId
():
int
52
{
53
return
$this->profile_id
;
54
}
55
56
public
function
getBaseSkillId
():
int
57
{
58
return
$this->base_skill_id
;
59
}
60
61
public
function
getTrefId
():
int
62
{
63
return
$this->tref_id
;
64
}
65
66
public
function
getLevelId
():
int
67
{
68
return
$this->level_id
;
69
}
70
71
public
function
getOrderNr
():
int
72
{
73
return
$this->order_nr
;
74
}
75
}
ILIAS\Skill\Profile\SkillProfileLevel\$order_nr
int $order_nr
Definition:
class.SkillProfileLevel.php:35
ILIAS\Skill\Profile\SkillProfileLevel\$base_skill_id
int $base_skill_id
Definition:
class.SkillProfileLevel.php:32
ILIAS\Skill\Profile\SkillProfileLevel\__construct
__construct(int $profile_id, int $base_skill_id, int $tref_id, int $level_id, int $order_nr)
Definition:
class.SkillProfileLevel.php:37
ILIAS\Skill\Profile\SkillProfileLevel\getBaseSkillId
getBaseSkillId()
Definition:
class.SkillProfileLevel.php:56
ILIAS\Skill\Profile\SkillProfileLevel
Definition:
class.SkillProfileLevel.php:29
ILIAS\Skill\Profile\SkillProfileLevel\$profile_id
int $profile_id
Definition:
class.SkillProfileLevel.php:31
ILIAS\Skill\Profile\SkillProfileLevel\getProfileId
getProfileId()
Definition:
class.SkillProfileLevel.php:51
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\SkillProfileLevel\getTrefId
getTrefId()
Definition:
class.SkillProfileLevel.php:61
ILIAS\Skill\Profile\SkillProfileLevel\getLevelId
getLevelId()
Definition:
class.SkillProfileLevel.php:66
ILIAS\Skill\Profile\SkillProfileLevel\$tref_id
int $tref_id
Definition:
class.SkillProfileLevel.php:33
ILIAS\Skill\Profile\SkillProfileLevel\getOrderNr
getOrderNr()
Definition:
class.SkillProfileLevel.php:71
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Skill\GapAnalysisSkill
Definition:
interface.GapAnalysisSkill.php:27
GapAnalysisSkill
ILIAS\Skill\Profile\SkillProfileLevel\$level_id
int $level_id
Definition:
class.SkillProfileLevel.php:34
components
ILIAS
Skill
Profile
class.SkillProfileLevel.php
Generated on Wed Sep 10 2025 15:16:21 for ILIAS by
1.8.13 (using
Doxyfile
)