ILIAS
release_8 Revision v8.23
◀ 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
}
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 Wed Sep 3 2025 22:01:27 for ILIAS by
1.8.13 (using
Doxyfile
)