|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilDclFormulaRecordFieldModel:
Collaboration diagram for ilDclFormulaRecordFieldModel:Public Member Functions | |
| __construct (ilDclBaseRecordModel $record, ilDclBaseFieldModel $field) | |
| addHiddenItemsToConfirmation (ilConfirmationGUI $confirmation) | |
| setValue ($value, bool $omit_parsing=false) | |
| Set value for record field. More... | |
| doUpdate () | |
| Do nothing, value is runtime only and not stored in DB. More... | |
| delete () | |
| Do nothing, value is runtime only and not stored in DB. More... | |
| getFormInput () | |
| getHTML () | |
| getExportValue () | |
| getValue () | |
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 Member Functions | |
| loadValue () | |
| Do nothing, value is runtime only and not stored in DB. More... | |
| doRead () | |
| Do nothing, value is runtime only and not stored in DB. More... | |
| parse () | |
| Parse expression. More... | |
Protected Member Functions inherited from ilDclBaseRecordFieldModel | |
| doRead () | |
| Read object data from database. More... | |
| loadValue () | |
| Load the value. More... | |
Protected Attributes | |
| string | $expression = '' |
| string | $parsed_value = '' |
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 |
Definition at line 24 of file class.ilDclFormulaRecordFieldModel.php.
| ilDclFormulaRecordFieldModel::__construct | ( | ilDclBaseRecordModel | $record, |
| ilDclBaseFieldModel | $field | ||
| ) |
Definition at line 29 of file class.ilDclFormulaRecordFieldModel.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct(), ilDclBaseRecordFieldModel\getField(), and ilDclBaseFieldModel\PROP_FORMULA_EXPRESSION.
Here is the call graph for this function:| ilDclFormulaRecordFieldModel::addHiddenItemsToConfirmation | ( | ilConfirmationGUI | $confirmation | ) |
Definition at line 36 of file class.ilDclFormulaRecordFieldModel.php.
| ilDclFormulaRecordFieldModel::delete | ( | ) |
Do nothing, value is runtime only and not stored in DB.
Definition at line 74 of file class.ilDclFormulaRecordFieldModel.php.
|
protected |
Do nothing, value is runtime only and not stored in DB.
Definition at line 67 of file class.ilDclFormulaRecordFieldModel.php.
| ilDclFormulaRecordFieldModel::doUpdate | ( | ) |
Do nothing, value is runtime only and not stored in DB.
Definition at line 60 of file class.ilDclFormulaRecordFieldModel.php.
| ilDclFormulaRecordFieldModel::getExportValue | ( | ) |
Definition at line 88 of file class.ilDclFormulaRecordFieldModel.php.
References parse().
Here is the call graph for this function:| ilDclFormulaRecordFieldModel::getFormInput | ( | ) |
Definition at line 78 of file class.ilDclFormulaRecordFieldModel.php.
References parse().
Here is the call graph for this function:| ilDclFormulaRecordFieldModel::getHTML | ( | ) |
Definition at line 83 of file class.ilDclFormulaRecordFieldModel.php.
References parse().
Here is the call graph for this function:| ilDclFormulaRecordFieldModel::getValue | ( | ) |
Definition at line 93 of file class.ilDclFormulaRecordFieldModel.php.
References parse().
Here is the call graph for this function:
|
protected |
Do nothing, value is runtime only and not stored in DB.
Definition at line 43 of file class.ilDclFormulaRecordFieldModel.php.
|
protected |
Parse expression.
Definition at line 101 of file class.ilDclFormulaRecordFieldModel.php.
References Vendor\Package\$e, $parsed_value, ilDclBaseRecordFieldModel\getField(), ilDclBaseRecordFieldModel\getRecord(), and ILIAS\Repository\lng().
Referenced by getExportValue(), getFormInput(), getHTML(), and getValue().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDclFormulaRecordFieldModel::setValue | ( | $value, | |
| bool | $omit_parsing = false |
||
| ) |
Set value for record field.
| int | float | $value | |
| bool | $omit_parsing | If true, does not parse the value and stores it in the given format |
Definition at line 52 of file class.ilDclFormulaRecordFieldModel.php.
References ilDclBaseRecordFieldModel\$value.
|
protected |
Definition at line 26 of file class.ilDclFormulaRecordFieldModel.php.
|
protected |
Definition at line 27 of file class.ilDclFormulaRecordFieldModel.php.
Referenced by parse().