ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilDclSelectionRecordRepresentation. More...
Public Member Functions | |
getHTML ($link=true) | |
Public Member Functions inherited from ilDclBaseRecordRepresentation | |
__construct (ilDclBaseRecordFieldModel $record_field) | |
getFormGUI (ilPropertyFormGUI $formGUI) | |
parseFormInput ($value) | |
function parses stored value to the variable needed to fill into the form for editing. More... | |
fillFormInput ($form) | |
Fills the form with the value of a record. More... | |
getHTML ($link=true) | |
Outputs html of a certain field. More... | |
getSingleHTML (array $options=null, $link=true) | |
Returns data for single record view. More... | |
getConfirmationHTML () | |
Returns data for confirmation list When returning false, attribute is ignored in list. More... | |
fillRow (ilTemplate $tpl) | |
Fills row with record data. More... | |
getRecordField () | |
Get Record Field. More... | |
getField () | |
Getter shortcut for field. More... | |
getRecord () | |
Getter shortcut for record. More... | |
Data Fields | |
const | PROP_SELECTION_TYPE = '' |
const | PROP_SELECTION_OPTIONS = '' |
Additional Inherited Members | |
Protected Member Functions inherited from ilDclBaseRecordRepresentation | |
getFormInput () | |
Gets the value from from the record field. More... | |
Protected Attributes inherited from ilDclBaseRecordRepresentation | |
$record_field | |
$lng | |
$access | |
$ctrl | |
Class ilDclSelectionRecordRepresentation.
Definition at line 9 of file class.ilDclSelectionRecordRepresentation.php.
ilDclSelectionRecordRepresentation::getHTML | ( | $link = true | ) |
bool | $link |
Definition at line 22 of file class.ilDclSelectionRecordRepresentation.php.
References $values, ilDclBaseRecordRepresentation\getField(), ilDclBaseRecordRepresentation\getRecordField(), and ilDclSelectionOption\getValues().
const ilDclSelectionRecordRepresentation::PROP_SELECTION_OPTIONS = '' |
Definition at line 14 of file class.ilDclSelectionRecordRepresentation.php.
const ilDclSelectionRecordRepresentation::PROP_SELECTION_TYPE = '' |
Definition at line 13 of file class.ilDclSelectionRecordRepresentation.php.