ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
◀ 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.AssignedMaterial.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Skill\Personal
;
22
26
class
AssignedMaterial
27
{
28
protected
int
$user_id
= 0;
29
protected
int
$top_skill_id
= 0;
30
protected
int
$skill_id
= 0;
31
protected
int
$level_id
= 0;
32
protected
int
$wsp_id
= 0;
33
protected
int
$tref_id
= 0;
34
35
public
function
__construct
(
36
int
$user_id,
37
int
$top_skill_id,
38
int
$skill_id,
39
int
$level_id,
40
int
$wsp_id,
41
int
$tref_id
42
) {
43
$this->user_id =
$user_id
;
44
$this->top_skill_id =
$top_skill_id
;
45
$this->skill_id =
$skill_id
;
46
$this->level_id =
$level_id
;
47
$this->wsp_id =
$wsp_id
;
48
$this->tref_id =
$tref_id
;
49
}
50
51
public
function
getUserId
():
int
52
{
53
return
$this->user_id
;
54
}
55
56
public
function
getTopSkillId
():
int
57
{
58
return
$this->top_skill_id
;
59
}
60
61
public
function
getSkillId
():
int
62
{
63
return
$this->skill_id
;
64
}
65
66
public
function
getLevelId
():
int
67
{
68
return
$this->level_id
;
69
}
70
71
public
function
getWorkspaceId
():
int
72
{
73
return
$this->wsp_id
;
74
}
75
76
public
function
getTrefId
():
int
77
{
78
return
$this->tref_id
;
79
}
80
}
ILIAS\Skill\Personal\AssignedMaterial\$wsp_id
int $wsp_id
Definition:
class.AssignedMaterial.php:32
ILIAS\Skill\Personal\AssignedMaterial
Definition:
class.AssignedMaterial.php:26
ILIAS\Skill\Personal\AssignedMaterial\$level_id
int $level_id
Definition:
class.AssignedMaterial.php:31
ILIAS\Skill\Personal\AssignedMaterial\getUserId
getUserId()
Definition:
class.AssignedMaterial.php:51
ILIAS\Skill\Personal\AssignedMaterial\$user_id
int $user_id
Definition:
class.AssignedMaterial.php:28
ILIAS\Skill\Personal\AssignedMaterial\getTopSkillId
getTopSkillId()
Definition:
class.AssignedMaterial.php:56
ILIAS\Skill\Personal\AssignedMaterial\getWorkspaceId
getWorkspaceId()
Definition:
class.AssignedMaterial.php:71
ILIAS\Skill\Personal\AssignedMaterial\getLevelId
getLevelId()
Definition:
class.AssignedMaterial.php:66
ILIAS\Skill\Personal\AssignedMaterial\__construct
__construct(int $user_id, int $top_skill_id, int $skill_id, int $level_id, int $wsp_id, int $tref_id)
Definition:
class.AssignedMaterial.php:35
ILIAS\Skill\Personal\AssignedMaterial\$tref_id
int $tref_id
Definition:
class.AssignedMaterial.php:33
ILIAS\Skill\Personal\AssignedMaterial\$skill_id
int $skill_id
Definition:
class.AssignedMaterial.php:30
ILIAS\Skill\Personal\AssignedMaterial\getTrefId
getTrefId()
Definition:
class.AssignedMaterial.php:76
ILIAS\Skill\Personal
Definition:
class.AssignedMaterial.php:21
ILIAS\Skill\Personal\AssignedMaterial\getSkillId
getSkillId()
Definition:
class.AssignedMaterial.php:61
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Skill\Personal\AssignedMaterial\$top_skill_id
int $top_skill_id
Definition:
class.AssignedMaterial.php:29
components
ILIAS
Skill
Personal
class.AssignedMaterial.php
Generated on Wed Apr 2 2025 23:03:33 for ILIAS by
1.8.13 (using
Doxyfile
)