|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilDclBaseFieldModel. More...
Inheritance diagram for ilDclFormulaRecordFieldModel:
Collaboration diagram for ilDclFormulaRecordFieldModel:Public Member Functions | |
| __construct (ilDclBaseRecordModel $record, ilDclBaseFieldModel $field) | |
| addHiddenItemsToConfirmation (ilConfirmationGUI &$confirmation) | |
| setValue ($value, $omit_parsing=false) | |
| Set value for record field. More... | |
| doUpdate () | |
| 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... | |
| 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 () | |
| getValueForRepresentation () | |
| serializeData ($value) | |
| Serialize data before storing to db. More... | |
| deserializeData ($value) | |
| Deserialize data before applying to field. More... | |
| setValue ($value, $omit_parsing=false) | |
| Set value for record field. More... | |
| setValueFromForm ($form) | |
| parseExportValue ($value) | |
| Function to parse incoming data from form input value $value. More... | |
| getValueFromExcel ($excel, $row, $col) | |
| parseValue ($value) | |
| Function to parse incoming data from form input value $value. More... | |
| getExportValue () | |
| fillExcelExport (ilExcel $worksheet, &$row, &$col) | |
| getPlainText () | |
| getSortingValue ($link=true) | |
| addHiddenItemsToConfirmation (ilConfirmationGUI &$confirmation) | |
| parseSortingValue ($value, $link=true) | |
| Returns sortable value for the specific field-types. More... | |
| cloneStructure (ilDclBaseRecordFieldModel $old_record_field) | |
| afterClone () | |
| getField () | |
| getId () | |
| getRecord () | |
| getRecordRepresentation () | |
| setRecordRepresentation ($record_representation) | |
| getFieldRepresentation () | |
| setFieldRepresentation ($field_representation) | |
Protected Member Functions | |
| loadValue () | |
| Do nothing, value is runtime only and not stored in DB. More... | |
| parse () | |
| Parse expression. More... | |
| doRead () | |
| Read object data from database. More... | |
| loadValue () | |
| Load the value. More... | |
Protected Attributes | |
| $expression = '' | |
| $parsed_value = '' | |
Protected Attributes inherited from ilDclBaseRecordFieldModel | |
| $id | |
| $field | |
| $record | |
| $record_representation | |
| $field_representation | |
| $value | |
| $user | |
| $ctrl | |
| $db | |
| $lng | |
Class ilDclBaseFieldModel.
Definition at line 14 of file class.ilDclFormulaRecordFieldModel.php.
| ilDclFormulaRecordFieldModel::__construct | ( | ilDclBaseRecordModel | $record, |
| ilDclBaseFieldModel | $field | ||
| ) |
| ilDclBaseRecordModel | $record | |
| ilDclBaseFieldModel | $field |
Reimplemented from ilDclBaseRecordFieldModel.
Definition at line 32 of file class.ilDclFormulaRecordFieldModel.php.
References ilDclBaseRecordFieldModel\$field, ilDclBaseRecordFieldModel\$record, ilDclBaseRecordFieldModel\getField(), and ilDclBaseFieldModel\PROP_FORMULA_EXPRESSION.
Here is the call graph for this function:| ilDclFormulaRecordFieldModel::addHiddenItemsToConfirmation | ( | ilConfirmationGUI & | $confirmation | ) |
| ilConfirmationGUI | $confirmation |
Reimplemented from ilDclBaseRecordFieldModel.
Definition at line 43 of file class.ilDclFormulaRecordFieldModel.php.
| ilDclFormulaRecordFieldModel::delete | ( | ) |
Do nothing, value is runtime only and not stored in DB.
Reimplemented from ilDclBaseRecordFieldModel.
Definition at line 91 of file class.ilDclFormulaRecordFieldModel.php.
| ilDclFormulaRecordFieldModel::doRead | ( | ) |
Do nothing, value is runtime only and not stored in DB.
Reimplemented from ilDclBaseRecordFieldModel.
Definition at line 82 of file class.ilDclFormulaRecordFieldModel.php.
| ilDclFormulaRecordFieldModel::doUpdate | ( | ) |
Do nothing, value is runtime only and not stored in DB.
Reimplemented from ilDclBaseRecordFieldModel.
Definition at line 73 of file class.ilDclFormulaRecordFieldModel.php.
| ilDclFormulaRecordFieldModel::getExportValue | ( | ) |
Reimplemented from ilDclBaseRecordFieldModel.
Definition at line 119 of file class.ilDclFormulaRecordFieldModel.php.
References parse().
Here is the call graph for this function:| ilDclFormulaRecordFieldModel::getFormInput | ( | ) |
Definition at line 101 of file class.ilDclFormulaRecordFieldModel.php.
References parse().
Here is the call graph for this function:| ilDclFormulaRecordFieldModel::getHTML | ( | ) |
Definition at line 110 of file class.ilDclFormulaRecordFieldModel.php.
References parse().
Here is the call graph for this function:| ilDclFormulaRecordFieldModel::getValue | ( | ) |
Reimplemented from ilDclBaseRecordFieldModel.
Definition at line 128 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.
Reimplemented from ilDclBaseRecordFieldModel.
Definition at line 52 of file class.ilDclFormulaRecordFieldModel.php.
|
protected |
Parse expression.
Definition at line 139 of file class.ilDclFormulaRecordFieldModel.php.
References $parsed_value, $parser, ilDclBaseRecordFieldModel\getField(), and ilDclBaseRecordFieldModel\getRecord().
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, | |
$omit_parsing = false |
|||
| ) |
Set value for record field.
| mixed | $value | |
| bool | $omit_parsing | If true, does not parse the value and stores it in the given format |
Reimplemented from ilDclBaseRecordFieldModel.
Definition at line 64 of file class.ilDclFormulaRecordFieldModel.php.
References ilDclBaseRecordFieldModel\$value.
|
protected |
Definition at line 20 of file class.ilDclFormulaRecordFieldModel.php.
|
protected |
Definition at line 25 of file class.ilDclFormulaRecordFieldModel.php.
Referenced by parse().