ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
◀ 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.ilDclTableViewTextDefaultValue.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilDclTableViewTextDefaultValue
extends
ilDclTableViewBaseDefaultValue
22
{
33
protected
?
int
$id
;
41
protected
int
$tview_set_id
;
48
protected
string
$value
;
49
54
public
static
function
returnDbTableName
(): string
55
{
56
return
"il_dcl_stloc1_default"
;
57
}
58
59
public
function
getId
():
int
60
{
61
return
$this->id
;
62
}
63
64
public
function
setId
(
int
$id): void
65
{
66
$this->
id
=
$id
;
67
}
68
69
public
function
getTviewSetId
():
int
70
{
71
return
$this->tview_set_id
;
72
}
73
74
public
function
setTviewSetId
(
int
$tview_set_id): void
75
{
76
$this->tview_set_id =
$tview_set_id
;
77
}
78
79
public
function
getValue
(): string
80
{
81
return
$this->value
;
82
}
83
84
public
function
setValue
(
string
$value): void
85
{
86
$this->value =
$value
;
87
}
88
}
ilDclTableViewTextDefaultValue\setValue
setValue(string $value)
Definition:
class.ilDclTableViewTextDefaultValue.php:84
ilDclTableViewTextDefaultValue
Definition:
class.ilDclTableViewTextDefaultValue.php:21
ilDclTableViewTextDefaultValue\getValue
getValue()
Definition:
class.ilDclTableViewTextDefaultValue.php:79
ilDclTableViewTextDefaultValue\getTviewSetId
getTviewSetId()
Definition:
class.ilDclTableViewTextDefaultValue.php:69
ilDclTableViewBaseDefaultValue
Definition:
class.ilDclTableViewBaseDefaultValue.php:21
ilDclTableViewTextDefaultValue\setId
setId(int $id)
Definition:
class.ilDclTableViewTextDefaultValue.php:64
ilDclTableViewTextDefaultValue\$tview_set_id
int $tview_set_id
Definition:
class.ilDclTableViewTextDefaultValue.php:41
ilDclTableViewTextDefaultValue\returnDbTableName
static returnDbTableName()
Definition:
class.ilDclTableViewTextDefaultValue.php:54
ilDclTableViewTextDefaultValue\$value
string $value
Definition:
class.ilDclTableViewTextDefaultValue.php:48
ilDclTableViewTextDefaultValue\getId
getId()
Definition:
class.ilDclTableViewTextDefaultValue.php:59
ilDclTableViewTextDefaultValue\$id
int $id
Definition:
class.ilDclTableViewTextDefaultValue.php:33
ilDclTableViewTextDefaultValue\setTviewSetId
setTviewSetId(int $tview_set_id)
Definition:
class.ilDclTableViewTextDefaultValue.php:74
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
DataCollection
classes
TableView
class.ilDclTableViewTextDefaultValue.php
Generated on Thu Apr 3 2025 23:02:46 for ILIAS by
1.8.13 (using
Doxyfile
)