|
ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilDataCollectionField. More...
Inheritance diagram for ilDataCollectionFormulaField:
Collaboration diagram for ilDataCollectionFormulaField: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.
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ilDataCollectionFormulaField::getFormInput | ( | ) |
Reimplemented from ilDataCollectionRecordField.
Definition at line 89 of file class.ilDataCollectionFormulaField.php.
References parse().
Here is the call graph for this function:| ilDataCollectionFormulaField::getHTML | ( | ) |
Definition at line 97 of file class.ilDataCollectionFormulaField.php.
References parse().
Here is the call graph for this function:| ilDataCollectionFormulaField::getValue | ( | ) |
Reimplemented from ilDataCollectionRecordField.
Definition at line 113 of file class.ilDataCollectionFormulaField.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 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().
Here is the caller graph for this function:| 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().