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.ilDclTextSelectionRecordFieldModel.php
Go to the documentation of this file.
1
<?php
2
19
use
PhpOffice\PhpSpreadsheet\Cell\DataType
;
20
21
class
ilDclTextSelectionRecordFieldModel
extends
ilDclSelectionRecordFieldModel
22
{
23
public
const
PROP_SELECTION_TYPE
=
'text_selection_type'
;
24
public
const
PROP_SELECTION_OPTIONS
=
'text_selection_options'
;
25
29
public
function
fillExcelExport
(
ilExcel
$worksheet,
int
&$row,
int
&$col): void
30
{
31
$worksheet->
setCell
($row, $col, $this->
getExportValue
(), DataType::TYPE_STRING);
32
$col++;
33
}
34
}
ilExcel
ilDclTextSelectionRecordFieldModel\PROP_SELECTION_TYPE
const PROP_SELECTION_TYPE
Definition:
class.ilDclTextSelectionRecordFieldModel.php:23
ilExcel\setCell
setCell(int $a_row, int $a_col, $a_value, ?string $a_datatype=null)
Set cell value.
Definition:
class.ilExcel.php:288
ilDclTextSelectionRecordFieldModel
Definition:
class.ilDclTextSelectionRecordFieldModel.php:21
ilDclTextSelectionRecordFieldModel\PROP_SELECTION_OPTIONS
const PROP_SELECTION_OPTIONS
Definition:
class.ilDclTextSelectionRecordFieldModel.php:24
ilDclSelectionRecordFieldModel
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilDclSelectionRecordFieldModel.php:19
ilDclBaseRecordFieldModel\getExportValue
getExportValue()
Definition:
class.ilDclBaseRecordFieldModel.php:254
ilDclTextSelectionRecordFieldModel\fillExcelExport
fillExcelExport(ilExcel $worksheet, int &$row, int &$col)
Definition:
class.ilDclTextSelectionRecordFieldModel.php:29
DataType
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Modules
DataCollection
classes
Fields
TextSelection
class.ilDclTextSelectionRecordFieldModel.php
Generated on Tue Apr 1 2025 22:01:25 for ILIAS by
1.8.13 (using
Doxyfile
)