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
class.ilDclTableViewTextDefaultValue.php
Go to the documentation of this file.
1
<?php
2
19
class
ilDclTableViewTextDefaultValue
extends
ilDclTableViewBaseDefaultValue
20
{
31
protected
?
int
$id
;
39
protected
int
$tview_set_id
;
46
protected
string
$value
;
47
52
public
static
function
returnDbTableName
(): string
53
{
54
return
"il_dcl_stloc1_default"
;
55
}
56
57
public
function
getId
():
int
58
{
59
return
$this->id
;
60
}
61
62
public
function
setId
(
int
$id): void
63
{
64
$this->
id
=
$id
;
65
}
66
67
public
function
getTviewSetId
():
int
68
{
69
return
$this->tview_set_id
;
70
}
71
72
public
function
setTviewSetId
(
int
$tview_set_id): void
73
{
74
$this->tview_set_id =
$tview_set_id
;
75
}
76
77
public
function
getValue
(): string
78
{
79
return
$this->value
;
80
}
81
82
public
function
setValue
(
string
$value): void
83
{
84
$this->value =
$value
;
85
}
86
}
ilDclTableViewTextDefaultValue\setValue
setValue(string $value)
Definition:
class.ilDclTableViewTextDefaultValue.php:82
ilDclTableViewTextDefaultValue
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilDclTableViewTextDefaultValue.php:19
ilDclTableViewTextDefaultValue\getValue
getValue()
Definition:
class.ilDclTableViewTextDefaultValue.php:77
ilDclTableViewTextDefaultValue\getTviewSetId
getTviewSetId()
Definition:
class.ilDclTableViewTextDefaultValue.php:67
ilDclTableViewBaseDefaultValue
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilDclTableViewBaseDefaultValue.php:19
ilDclTableViewTextDefaultValue\setId
setId(int $id)
Definition:
class.ilDclTableViewTextDefaultValue.php:62
ilDclTableViewTextDefaultValue\$tview_set_id
int $tview_set_id
Definition:
class.ilDclTableViewTextDefaultValue.php:39
ilDclTableViewTextDefaultValue\returnDbTableName
static returnDbTableName()
Definition:
class.ilDclTableViewTextDefaultValue.php:52
ilDclTableViewTextDefaultValue\$value
string $value
Definition:
class.ilDclTableViewTextDefaultValue.php:46
ilDclTableViewTextDefaultValue\getId
getId()
Definition:
class.ilDclTableViewTextDefaultValue.php:57
ilDclTableViewTextDefaultValue\$id
int $id
Definition:
class.ilDclTableViewTextDefaultValue.php:31
ilDclTableViewTextDefaultValue\setTviewSetId
setTviewSetId(int $tview_set_id)
Definition:
class.ilDclTableViewTextDefaultValue.php:72
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
Modules
DataCollection
classes
TableView
class.ilDclTableViewTextDefaultValue.php
Generated on Thu Apr 10 2025 22:01:32 for ILIAS by
1.8.13 (using
Doxyfile
)