|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilDclIliasReferenceRecordFieldModel:
Collaboration diagram for ilDclIliasReferenceRecordFieldModel:Public Member Functions | |
| __construct (ilDclBaseRecordModel $record, ilDclBaseFieldModel $field) | |
| getStatus () | |
| getExportValue () | |
Public Member Functions inherited from ilDclBaseRecordFieldModel | |
| __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 () | |
| 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) | |
Protected Attributes | |
| int | $dcl_obj_id |
Protected Attributes inherited from ilDclBaseRecordFieldModel | |
| int | $id = null |
| ilDclBaseFieldModel | $field |
| ilDclBaseRecordModel | $record |
| ilDclBaseRecordRepresentation | $record_representation = null |
| ilDclBaseFieldRepresentation | $field_representation = null |
| $value | |
| ilObjUser | $user |
| ilCtrl | $ctrl |
| ilDBInterface | $db |
| ilLanguage | $lng |
| ILIAS HTTP Services | $http |
| ILIAS Refinery Factory | $refinery |
Additional Inherited Members | |
Protected Member Functions inherited from ilDclBaseRecordFieldModel | |
| doRead () | |
| Read object data from database. More... | |
| loadValue () | |
| Load the value. More... | |
Definition at line 21 of file class.ilDclIliasReferenceRecordFieldModel.php.
| ilDclIliasReferenceRecordFieldModel::__construct | ( | ilDclBaseRecordModel | $record, |
| ilDclBaseFieldModel | $field | ||
| ) |
Definition at line 25 of file class.ilDclIliasReferenceRecordFieldModel.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct(), ilDclBaseRecordFieldModel\getField(), and ilDclCache\getTableCache().
Here is the call graph for this function:| ilDclIliasReferenceRecordFieldModel::getExportValue | ( | ) |
Definition at line 48 of file class.ilDclIliasReferenceRecordFieldModel.php.
References ilDclBaseRecordFieldModel\$value, ilLink\_getStaticLink(), ilDclBaseRecordFieldModel\getValue(), and ILIAS\Repository\int().
Here is the call graph for this function:| ilDclIliasReferenceRecordFieldModel::getStatus | ( | ) |
Definition at line 33 of file class.ilDclIliasReferenceRecordFieldModel.php.
References ilObject\_lookupObjectId(), ilDclBaseRecordFieldModel\getValue(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Definition at line 23 of file class.ilDclIliasReferenceRecordFieldModel.php.