|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Class ilDataCollectionNReferenceField. More...
Inheritance diagram for ilDataCollectionNReferenceField:
Collaboration diagram for ilDataCollectionNReferenceField:Public Member Functions | |
| doUpdate () | |
| Update object in database. More... | |
| getSingleHTML ($options=NULL) | |
| @description this funciton is used to in the viewdefinition of a single record. More... | |
| buildTemplate ($record_field, $values, $options) | |
| getHTML () | |
| getExportValue () | |
Public Member Functions inherited from ilDataCollectionReferenceField | |
| __construct (ilDataCollectionRecord $record, ilDataCollectionField $field) | |
| getExportValue () | |
Public Member Functions inherited from ilDataCollectionRecordField | |
| __construct (ilDataCollectionRecord $record, ilDataCollectionField $field) | |
| doUpdate () | |
| Update object in database. More... | |
| delete () | |
| Delete record field in database. More... | |
| getValue () | |
| setValue ($value, $omit_parsing=false) | |
| Set value for record field. More... | |
| getFormInput () | |
| getExportValue () | |
| getPlainText () | |
| getHTML ($link=true) | |
| getSortingValue ($link=true) | |
| getSingleHTML () | |
| getField () | |
| getId () | |
| getRecord () | |
Protected Member Functions | |
| loadValue () | |
| Load the value. More... | |
| getLinkHTML ($link, $value) | |
| getLinkHTML ($link_name=NULL, $value) | |
Protected Member Functions inherited from ilDataCollectionRecordField | |
| doRead () | |
| Read object data from database. More... | |
| doCreate () | |
| Create object in database. More... | |
| loadValue () | |
| Load the value. More... | |
Protected Attributes | |
| $max_reference_length = 20 | |
Protected Attributes inherited from ilDataCollectionReferenceField | |
| $dcl_obj_id | |
| $properties = array() | |
Protected Attributes inherited from ilDataCollectionRecordField | |
| $id | |
| $field | |
| $record | |
| $value | |
| $lng | |
| $user | |
| $ctrl | |
| $db | |
Class ilDataCollectionNReferenceField.
Definition at line 9 of file class.ilDataCollectionNReferenceField.php.
| ilDataCollectionNReferenceField::buildTemplate | ( | $record_field, | |
| $values, | |||
| $options | |||
| ) |
| $record_field | |
| $values | |
| $options |
Definition at line 88 of file class.ilDataCollectionNReferenceField.php.
References $options, $tpl, ilDataCollectionRecordField\$value, getLinkHTML(), and ilDataCollectionCache\getRecordCache().
Referenced by getSingleHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionNReferenceField::doUpdate | ( | ) |
Update object in database.
Reimplemented from ilDataCollectionRecordField.
Definition at line 17 of file class.ilDataCollectionNReferenceField.php.
References $ilDB, $query, ilDataCollectionRecordField\$value, ilDataCollectionRecordField\getId(), and ilDataCollectionRecordField\getValue().
Here is the call graph for this function:| ilDataCollectionNReferenceField::getExportValue | ( | ) |
Reimplemented from ilDataCollectionReferenceField.
Definition at line 194 of file class.ilDataCollectionNReferenceField.php.
References ilDataCollectionRecordField\$value, ilDataCollectionRecordField\getField(), ilDataCollectionCache\getRecordCache(), and ilDataCollectionRecordField\getValue().
Here is the call graph for this function:| ilDataCollectionNReferenceField::getHTML | ( | ) |
Definition at line 131 of file class.ilDataCollectionNReferenceField.php.
References $tpl, ilDataCollectionRecordField\$value, ilDataCollectionRecordField\getId(), ilDataCollectionRecordField\getRecord(), ilDataCollectionCache\getRecordCache(), ilDataCollectionRecordField\getValue(), ilDataCollectionDatatype\INPUTFORMAT_DATETIME, ilDataCollectionDatatype\INPUTFORMAT_NUMBER, and ilUtil\sortArray().
Here is the call graph for this function:
|
protected |
| null | $link | |
| $value |
Reimplemented from ilDataCollectionReferenceField.
Definition at line 119 of file class.ilDataCollectionNReferenceField.php.
References ilDataCollectionRecordField\$value, and ilDataCollectionRecordField\getField().
Referenced by buildTemplate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionNReferenceField::getSingleHTML | ( | $options = NULL | ) |
@description this funciton is used to in the viewdefinition of a single record.
Definition at line 65 of file class.ilDataCollectionNReferenceField.php.
References $options, $tpl, buildTemplate(), and ilDataCollectionRecordField\getValue().
Here is the call graph for this function:
|
protected |
Load the value.
Reimplemented from ilDataCollectionRecordField.
Definition at line 45 of file class.ilDataCollectionNReferenceField.php.
|
protected |
Definition at line 14 of file class.ilDataCollectionNReferenceField.php.