ILIAS
release_8 Revision v8.19
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
j
l
m
p
s
t
u
+
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
Ö
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
EmployeeTalkSerieSettings.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\Modules\EmployeeTalk\TalkSeries\Entity
;
22
23
use
ActiveRecord
;
24
28
final
class
EmployeeTalkSerieSettings
extends
ActiveRecord
29
{
31
protected
string
$connector_container_name
=
'etal_serie'
;
32
41
protected
?
int
$id
= -1;
50
protected
int
$editing_locked
= 0;
51
52
56
public
function
getId
():
int
57
{
58
return
intval($this->
id
);
59
}
60
65
public
function
setId
(
int
$id):
EmployeeTalkSerieSettings
66
{
67
$this->
id
=
$id
;
68
return
$this;
69
}
70
74
public
function
getEditingLocked
():
int
75
{
76
return
$this->editing_locked
;
77
}
78
83
public
function
setEditingLocked
(
int
$editing_locked):
EmployeeTalkSerieSettings
84
{
85
$this->editing_locked =
$editing_locked
;
86
return
$this;
87
}
88
}
ILIAS\Modules\EmployeeTalk\TalkSeries\Entity\EmployeeTalkSerieSettings\setEditingLocked
setEditingLocked(int $editing_locked)
Definition:
EmployeeTalkSerieSettings.php:83
ILIAS\Modules\EmployeeTalk\TalkSeries\Entity\EmployeeTalkSerieSettings\getId
getId()
Definition:
EmployeeTalkSerieSettings.php:56
ILIAS\Modules\EmployeeTalk\TalkSeries\Entity\EmployeeTalkSerieSettings
Class EmployeeTalkSerie.
Definition:
EmployeeTalkSerieSettings.php:28
ILIAS\Modules\EmployeeTalk\TalkSeries\Entity\EmployeeTalkSerieSettings\$editing_locked
int $editing_locked
true integer 1 true
Definition:
EmployeeTalkSerieSettings.php:50
ILIAS\Modules\EmployeeTalk\TalkSeries\Entity
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
EmployeeTalkSerieSettings.php:21
ILIAS\Modules\EmployeeTalk\TalkSeries\Entity\EmployeeTalkSerieSettings\getEditingLocked
getEditingLocked()
Definition:
EmployeeTalkSerieSettings.php:74
ILIAS\Modules\EmployeeTalk\TalkSeries\Entity\EmployeeTalkSerieSettings\setId
setId(int $id)
Definition:
EmployeeTalkSerieSettings.php:65
ILIAS\Modules\EmployeeTalk\TalkSeries\Entity\EmployeeTalkSerieSettings\$connector_container_name
string $connector_container_name
Definition:
EmployeeTalkSerieSettings.php:31
ActiveRecord
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Modules\EmployeeTalk\TalkSeries\Entity\EmployeeTalkSerieSettings\$id
int $id
true true integer 8 true
Definition:
EmployeeTalkSerieSettings.php:41
Modules
EmployeeTalk
classes
TalkSeries
Entitiy
EmployeeTalkSerieSettings.php
Generated on Tue Apr 1 2025 22:01:25 for ILIAS by
1.8.13 (using
Doxyfile
)