|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Class ilDataCollectionField. More...
Inheritance diagram for ilDataCollectionReferenceField:
Collaboration diagram for ilDataCollectionReferenceField:Public Member Functions | |
| __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 | |
| 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 | |
| $dcl_obj_id | |
| $properties = array() | |
Protected Attributes inherited from ilDataCollectionRecordField | |
| $id | |
| $field | |
| $record | |
| $value | |
| $lng | |
| $user | |
| $ctrl | |
| $db | |
Class ilDataCollectionField.
Definition at line 22 of file class.ilDataCollectionReferenceField.php.
| ilDataCollectionReferenceField::__construct | ( | ilDataCollectionRecord | $record, |
| ilDataCollectionField | $field | ||
| ) |
| ilDataCollectionRecord | $record | |
| ilDataCollectionField | $field |
Reimplemented from ilDataCollectionRecordField.
Definition at line 38 of file class.ilDataCollectionReferenceField.php.
References ilDataCollectionRecordField\$field, ilDataCollectionRecordField\$record, ilDataCollectionRecordField\getField(), and ilDataCollectionCache\getTableCache().
Here is the call graph for this function:| ilDataCollectionReferenceField::getExportValue | ( | ) |
Reimplemented from ilDataCollectionRecordField.
Reimplemented in ilDataCollectionNReferenceField.
Definition at line 115 of file class.ilDataCollectionReferenceField.php.
References ilDataCollectionRecordField\getField(), ilDataCollectionCache\getRecordCache(), and ilDataCollectionRecordField\getValue().
Here is the call graph for this function:
|
protected |
| null | $link_name | |
| $value |
Reimplemented in ilDataCollectionNReferenceField.
Definition at line 93 of file class.ilDataCollectionReferenceField.php.
References $ilCtrl, ilDataCollectionRecordField\$value, and ilDataCollectionCache\getRecordCache().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilDataCollectionReferenceField.php.
|
protected |
Definition at line 31 of file class.ilDataCollectionReferenceField.php.