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