|
| fillExcelExport (ilExcel $worksheet, int &$row, int &$col) |
|
| getValue () |
|
| parseExportValue ($value) |
|
| getValueFromExcel (ilExcel $excel, int $row, int $col) |
|
| __construct (ilDclBaseRecordModel $record, ilDclBaseFieldModel $field) |
|
| doCreate () |
| Creates an Id and a database entry. More...
|
|
| doUpdate () |
| Update object in database. More...
|
|
| delete () |
| Delete record field in database. More...
|
|
| getValue () |
|
| getValueForRepresentation () |
|
| serializeData ($value) |
| Serialize data before storing to db. More...
|
|
| deserializeData ($value) |
| Deserialize data before applying to field. More...
|
|
| setValue ($value, bool $omit_parsing=false) |
| Set value for record field. More...
|
|
| setValueFromForm (ilPropertyFormGUI $form) |
|
| getFormulaValue () |
|
| parseExportValue ($value) |
| Function to parse incoming data from form input value $value. More...
|
|
| getValueFromExcel (ilExcel $excel, int $row, int $col) |
|
| parseValue ($value) |
| Function to parse incoming data from form input value $value. More...
|
|
| getExportValue () |
|
| fillExcelExport (ilExcel $worksheet, int &$row, int &$col) |
|
| getPlainText () |
|
| getSortingValue (bool $link=true) |
|
| addHiddenItemsToConfirmation (ilConfirmationGUI $confirmation) |
|
| parseSortingValue ($value, bool $link=true) |
| Returns sortable value for the specific field-types. More...
|
|
| cloneStructure (ilDclBaseRecordFieldModel $old_record_field) |
|
| afterClone () |
|
| getField () |
|
| getId () |
|
| getRecord () |
|
| getRecordRepresentation () |
|
| setRecordRepresentation (ilDclBaseRecordRepresentation $record_representation) |
|
| getFieldRepresentation () |
|
| setFieldRepresentation (ilDclBaseFieldRepresentation $field_representation) |
|