ILIAS
trunk Revision v11.0_alpha-1723-g8e69f309bab
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
class.SkillProfileLevel.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Skill\Profile
;
22
23
use
ILIAS\Skill\GapAnalysisSkill
;
24
28
class
SkillProfileLevel
implements
GapAnalysisSkill
29
{
30
protected
int
$profile_id
= 0;
31
protected
int
$base_skill_id
= 0;
32
protected
int
$tref_id
= 0;
33
protected
int
$level_id
= 0;
34
protected
int
$order_nr
= 0;
35
36
public
function
__construct
(
37
int
$profile_id,
38
int
$base_skill_id,
39
int
$tref_id,
40
int
$level_id,
41
int
$order_nr
42
) {
43
$this->profile_id =
$profile_id
;
44
$this->base_skill_id =
$base_skill_id
;
45
$this->tref_id =
$tref_id
;
46
$this->level_id =
$level_id
;
47
$this->order_nr =
$order_nr
;
48
}
49
50
public
function
getProfileId
():
int
51
{
52
return
$this->profile_id
;
53
}
54
55
public
function
getBaseSkillId
():
int
56
{
57
return
$this->base_skill_id
;
58
}
59
60
public
function
getTrefId
():
int
61
{
62
return
$this->tref_id
;
63
}
64
65
public
function
getLevelId
():
int
66
{
67
return
$this->level_id
;
68
}
69
70
public
function
getOrderNr
():
int
71
{
72
return
$this->order_nr
;
73
}
74
}
ILIAS\Skill\Profile\SkillProfileLevel\$order_nr
int $order_nr
Definition:
class.SkillProfileLevel.php:34
ILIAS\Skill\Profile\SkillProfileLevel\$base_skill_id
int $base_skill_id
Definition:
class.SkillProfileLevel.php:31
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:36
ILIAS\Skill\Profile\SkillProfileLevel\getBaseSkillId
getBaseSkillId()
Definition:
class.SkillProfileLevel.php:55
ILIAS\Skill\Profile\SkillProfileLevel
Definition:
class.SkillProfileLevel.php:28
ILIAS\Skill\Profile\SkillProfileLevel\$profile_id
int $profile_id
Definition:
class.SkillProfileLevel.php:30
ILIAS\Skill\Profile\SkillProfileLevel\getProfileId
getProfileId()
Definition:
class.SkillProfileLevel.php:50
ILIAS\Skill\Profile
Definition:
class.SkillProfile.php:21
ILIAS\Skill\Profile\SkillProfileLevel\getTrefId
getTrefId()
Definition:
class.SkillProfileLevel.php:60
ILIAS\Skill\Profile\SkillProfileLevel\getLevelId
getLevelId()
Definition:
class.SkillProfileLevel.php:65
ILIAS\Skill\Profile\SkillProfileLevel\$tref_id
int $tref_id
Definition:
class.SkillProfileLevel.php:32
ILIAS\Skill\Profile\SkillProfileLevel\getOrderNr
getOrderNr()
Definition:
class.SkillProfileLevel.php:70
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Skill\GapAnalysisSkill
Definition:
interface.GapAnalysisSkill.php:26
GapAnalysisSkill
ILIAS\Skill\Profile\SkillProfileLevel\$level_id
int $level_id
Definition:
class.SkillProfileLevel.php:33
components
ILIAS
Skill
Profile
class.SkillProfileLevel.php
Generated on Sun Apr 6 2025 23:04:05 for ILIAS by
1.8.13 (using
Doxyfile
)