ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 () | |
![]() | |
__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) | |
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... | |
![]() | |
doRead () | |
Read object data from database. More... | |
loadValue () | |
Load the value. More... | |
Protected Attributes | |
string | $expression = '' |
string | $parsed_value = '' |
![]() | |
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 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilDclFormulaRecordFieldModel.php.
ilDclFormulaRecordFieldModel::__construct | ( | ilDclBaseRecordModel | $record, |
ilDclBaseFieldModel | $field | ||
) |
Definition at line 24 of file class.ilDclFormulaRecordFieldModel.php.
References ILIAS\GlobalScreen\Provider\__construct(), ilDclBaseRecordFieldModel\getField(), and ilDclBaseFieldModel\PROP_FORMULA_EXPRESSION.
ilDclFormulaRecordFieldModel::addHiddenItemsToConfirmation | ( | ilConfirmationGUI | $confirmation | ) |
Definition at line 31 of file class.ilDclFormulaRecordFieldModel.php.
ilDclFormulaRecordFieldModel::delete | ( | ) |
Do nothing, value is runtime only and not stored in DB.
Definition at line 69 of file class.ilDclFormulaRecordFieldModel.php.
|
protected |
Do nothing, value is runtime only and not stored in DB.
Definition at line 62 of file class.ilDclFormulaRecordFieldModel.php.
ilDclFormulaRecordFieldModel::doUpdate | ( | ) |
Do nothing, value is runtime only and not stored in DB.
Definition at line 55 of file class.ilDclFormulaRecordFieldModel.php.
ilDclFormulaRecordFieldModel::getExportValue | ( | ) |
Definition at line 83 of file class.ilDclFormulaRecordFieldModel.php.
References parse().
ilDclFormulaRecordFieldModel::getFormInput | ( | ) |
Definition at line 73 of file class.ilDclFormulaRecordFieldModel.php.
References parse().
ilDclFormulaRecordFieldModel::getHTML | ( | ) |
Definition at line 78 of file class.ilDclFormulaRecordFieldModel.php.
References parse().
ilDclFormulaRecordFieldModel::getValue | ( | ) |
Definition at line 88 of file class.ilDclFormulaRecordFieldModel.php.
References parse().
|
protected |
Do nothing, value is runtime only and not stored in DB.
Definition at line 38 of file class.ilDclFormulaRecordFieldModel.php.
|
protected |
Parse expression.
Definition at line 96 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().
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 47 of file class.ilDclFormulaRecordFieldModel.php.
References ilDclBaseRecordFieldModel\$value.
|
protected |
Definition at line 21 of file class.ilDclFormulaRecordFieldModel.php.
|
protected |
Definition at line 22 of file class.ilDclFormulaRecordFieldModel.php.
Referenced by parse().