ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
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
}
ilDclBaseRecordFieldModel\getExportValue
getExportValue()
Definition:
class.ilDclBaseRecordFieldModel.php:254
ilDclSelectionRecordFieldModel
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilDclSelectionRecordFieldModel.php:20
ilDclTextSelectionRecordFieldModel
Definition:
class.ilDclTextSelectionRecordFieldModel.php:22
ilDclTextSelectionRecordFieldModel\PROP_SELECTION_TYPE
const PROP_SELECTION_TYPE
Definition:
class.ilDclTextSelectionRecordFieldModel.php:23
ilDclTextSelectionRecordFieldModel\fillExcelExport
fillExcelExport(ilExcel $worksheet, int &$row, int &$col)
Definition:
class.ilDclTextSelectionRecordFieldModel.php:29
ilDclTextSelectionRecordFieldModel\PROP_SELECTION_OPTIONS
const PROP_SELECTION_OPTIONS
Definition:
class.ilDclTextSelectionRecordFieldModel.php:24
ilExcel
Definition:
class.ilExcel.php:35
ilExcel\setCell
setCell(int $a_row, int $a_col, $a_value, ?string $a_datatype=null)
Set cell value.
Definition:
class.ilExcel.php:288
Modules
DataCollection
classes
Fields
TextSelection
class.ilDclTextSelectionRecordFieldModel.php
Generated on Sun Nov 2 2025 22:01:08 for ILIAS by
1.9.4 (using
Doxyfile
)