|
ILIAS
release_4-3 Revision
|
Class ilDataCollectionField. More...
Inheritance diagram for ilDataCollectionReferenceField:
Collaboration diagram for ilDataCollectionReferenceField:Public Member Functions | |
| __construct (ilDataCollectionRecord $record, ilDataCollectionField $field) | |
| getHTML (array $options=array()) | |
| getExportValue () | |
Public Member Functions inherited from ilDataCollectionRecordField | |
| doUpdate () | |
| delete () | |
| getValue () | |
| setValue ($value) | |
| getFormInput () | |
| getPlainText () | |
| getHTML () | |
| getSingleHTML ($link=null) | |
| this funciton is used to in the viewdefinition of a single record. | |
| getField () | |
| getId () | |
| getRecord () | |
Protected Member Functions | |
| getLinkHTML ($link_name=NULL, $value) | |
Protected Member Functions inherited from ilDataCollectionRecordField | |
| loadValue () | |
Protected Attributes | |
| $dcl_obj_id | |
Protected Attributes inherited from ilDataCollectionRecordField | |
| $id | |
| $field | |
| $record | |
| $value | |
Class ilDataCollectionField.
Definition at line 22 of file class.ilDataCollectionReferenceField.php.
| ilDataCollectionReferenceField::__construct | ( | ilDataCollectionRecord | $record, |
| ilDataCollectionField | $field | ||
| ) |
Reimplemented from ilDataCollectionRecordField.
Definition at line 31 of file class.ilDataCollectionReferenceField.php.
References ilDataCollectionRecordField\getField(), and ilDataCollectionCache\getTableCache().
Here is the call graph for this function:| ilDataCollectionReferenceField::getExportValue | ( | ) |
Reimplemented from ilDataCollectionRecordField.
Definition at line 114 of file class.ilDataCollectionReferenceField.php.
References ilDataCollectionRecordField\getField(), ilDataCollectionCache\getRecordCache(), and ilDataCollectionRecordField\getValue().
Here is the call graph for this function:| ilDataCollectionReferenceField::getHTML | ( | array | $options = array() | ) |
Definition at line 43 of file class.ilDataCollectionReferenceField.php.
References $ilCtrl, $query, ilDataCollectionRecordField\$value, getLinkHTML(), ilDataCollectionCache\getRecordCache(), and ilDataCollectionRecordField\getValue().
Here is the call graph for this function:
|
protected |
Definition at line 86 of file class.ilDataCollectionReferenceField.php.
References $ilCtrl, ilDataCollectionRecordField\$value, ilDataCollectionCache\getFieldCache(), ilDataCollectionCache\getRecordCache(), and ilDataCollectionCache\getTableCache().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.ilDataCollectionReferenceField.php.