ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilDataCollectionField. More...
Public Member Functions | |
__construct (ilDataCollectionRecord $record, ilDataCollectionField $field) | |
setValue ($value) | |
doUpdate () | |
Do nothing, value is runtime only and not stored in DB. | |
doRead () | |
Do nothing, value is runtime only and not stored in DB. | |
delete () | |
Do nothing, value is runtime only and not stored in DB. | |
getFormInput () | |
getHTML () | |
getExportValue () | |
getValue () | |
Public Member Functions inherited from ilDataCollectionRecordField | |
setValue ($value, $omit_parsing=false) | |
Set value for record field. | |
getPlainText () | |
getHTML ($link=true) | |
getSortingValue ($link=true) | |
getSingleHTML () | |
getField () | |
getId () | |
getRecord () |
Protected Member Functions | |
loadValue () | |
Do nothing, value is runtime only and not stored in DB. | |
parse () | |
Parse expression. | |
Protected Member Functions inherited from ilDataCollectionRecordField | |
doCreate () | |
Create object in database. |
Protected Attributes | |
$expression = '' | |
$field_properties = array() | |
$parsed_value = '' | |
Protected Attributes inherited from ilDataCollectionRecordField | |
$id | |
$field | |
$record | |
$value | |
$lng | |
$user | |
$ctrl | |
$db |
Class ilDataCollectionField.
Definition at line 18 of file class.ilDataCollectionFormulaField.php.
ilDataCollectionFormulaField::__construct | ( | ilDataCollectionRecord | $record, |
ilDataCollectionField | $field | ||
) |
ilDataCollectionRecord | $record | |
ilDataCollectionField | $field |
Reimplemented from ilDataCollectionRecordField.
Definition at line 38 of file class.ilDataCollectionFormulaField.php.
References ilDataCollectionField\getProperties(), and ilDataCollectionField\PROPERTYID_FORMULA_EXPRESSION.
ilDataCollectionFormulaField::delete | ( | ) |
Do nothing, value is runtime only and not stored in DB.
Reimplemented from ilDataCollectionRecordField.
Definition at line 80 of file class.ilDataCollectionFormulaField.php.
ilDataCollectionFormulaField::doRead | ( | ) |
Do nothing, value is runtime only and not stored in DB.
Reimplemented from ilDataCollectionRecordField.
Definition at line 72 of file class.ilDataCollectionFormulaField.php.
ilDataCollectionFormulaField::doUpdate | ( | ) |
Do nothing, value is runtime only and not stored in DB.
Reimplemented from ilDataCollectionRecordField.
Definition at line 64 of file class.ilDataCollectionFormulaField.php.
ilDataCollectionFormulaField::getExportValue | ( | ) |
Reimplemented from ilDataCollectionRecordField.
Definition at line 105 of file class.ilDataCollectionFormulaField.php.
References parse().
ilDataCollectionFormulaField::getFormInput | ( | ) |
Reimplemented from ilDataCollectionRecordField.
Definition at line 89 of file class.ilDataCollectionFormulaField.php.
References parse().
ilDataCollectionFormulaField::getHTML | ( | ) |
Definition at line 97 of file class.ilDataCollectionFormulaField.php.
References parse().
ilDataCollectionFormulaField::getValue | ( | ) |
Reimplemented from ilDataCollectionRecordField.
Definition at line 113 of file class.ilDataCollectionFormulaField.php.
References parse().
|
protected |
Do nothing, value is runtime only and not stored in DB.
Reimplemented from ilDataCollectionRecordField.
Definition at line 48 of file class.ilDataCollectionFormulaField.php.
|
protected |
Parse expression.
Definition at line 123 of file class.ilDataCollectionFormulaField.php.
References $parsed_value.
Referenced by getExportValue(), getFormInput(), getHTML(), and getValue().
ilDataCollectionFormulaField::setValue | ( | $value | ) |
$value |
Definition at line 56 of file class.ilDataCollectionFormulaField.php.
References ilDataCollectionRecordField\$value.
|
protected |
Definition at line 23 of file class.ilDataCollectionFormulaField.php.
|
protected |
Definition at line 27 of file class.ilDataCollectionFormulaField.php.
|
protected |
Definition at line 31 of file class.ilDataCollectionFormulaField.php.
Referenced by parse().