ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
e
f
g
h
i
j
l
m
n
p
r
s
t
u
w
+
Functions
_
a
b
c
e
f
g
h
i
m
n
p
r
s
t
u
w
Variables
+
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
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
+
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
z
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Modules
Pages
class.ilDclTextSelectionRecordFieldModel.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
9
class
ilDclTextSelectionRecordFieldModel
extends
ilDclSelectionRecordFieldModel
10
{
11
const
PROP_SELECTION_TYPE
=
'text_selection_type'
;
12
const
PROP_SELECTION_OPTIONS
=
'text_selection_options'
;
13
20
public
function
fillExcelExport
(
ilExcel
$worksheet
, &
$row
, &$col)
21
{
22
$worksheet->
setCell
(
$row
, $col, $this->
getExportValue
(),
PHPExcel_Cell_DataType::TYPE_STRING
);
23
$col++;
24
}
25
26
}
ilExcel
Definition:
class.ilExcel.php:12
$worksheet
$worksheet
Definition:
40duplicateStyle.php:17
ilDclTextSelectionRecordFieldModel\PROP_SELECTION_TYPE
const PROP_SELECTION_TYPE
Definition:
class.ilDclTextSelectionRecordFieldModel.php:11
ilDclTextSelectionRecordFieldModel
Class ilDclTextSelectionRecordFieldModel.
Definition:
class.ilDclTextSelectionRecordFieldModel.php:9
ilDclTextSelectionRecordFieldModel\PROP_SELECTION_OPTIONS
const PROP_SELECTION_OPTIONS
Definition:
class.ilDclTextSelectionRecordFieldModel.php:12
ilDclSelectionRecordFieldModel
Class ilDclSelectionRecordFieldModel.
Definition:
class.ilDclSelectionRecordFieldModel.php:9
ilDclBaseRecordFieldModel\getExportValue
getExportValue()
Definition:
class.ilDclBaseRecordFieldModel.php:296
ilExcel\setCell
setCell($a_row, $a_col, $a_value, $a_datatype=null)
Set cell value.
Definition:
class.ilExcel.php:276
PHPExcel_Cell_DataType\TYPE_STRING
const TYPE_STRING
Definition:
DataType.php:40
ilDclTextSelectionRecordFieldModel\fillExcelExport
fillExcelExport(ilExcel $worksheet, &$row, &$col)
Definition:
class.ilDclTextSelectionRecordFieldModel.php:20
$row
$row
Definition:
10autofilter-selection-1.php:74
Modules
DataCollection
classes
Fields
TextSelection
class.ilDclTextSelectionRecordFieldModel.php
Generated on Tue Apr 15 2025 19:01:14 for ILIAS by
1.8.13 (using
Doxyfile
)