ILIAS
Release_4_4_x_branch Revision 61816
|
Class ilDataCollectionField. More...
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().
ilDataCollectionReferenceField::getExportValue | ( | ) |
Reimplemented from ilDataCollectionRecordField.
Reimplemented in ilDataCollectionNReferenceField.
Definition at line 114 of file class.ilDataCollectionReferenceField.php.
References ilDataCollectionRecordField\getField(), ilDataCollectionCache\getRecordCache(), and ilDataCollectionRecordField\getValue().
ilDataCollectionReferenceField::getHTML | ( | array | $options = array() | ) |
Reimplemented in ilDataCollectionNReferenceField.
Definition at line 43 of file class.ilDataCollectionReferenceField.php.
References $ilCtrl, $options, $query, ilDataCollectionRecordField\$value, getLinkHTML(), ilDataCollectionCache\getRecordCache(), and ilDataCollectionRecordField\getValue().
|
protected |
Reimplemented in ilDataCollectionNReferenceField.
Definition at line 86 of file class.ilDataCollectionReferenceField.php.
References $ilCtrl, ilDataCollectionRecordField\$value, ilDataCollectionCache\getFieldCache(), ilDataCollectionCache\getRecordCache(), and ilDataCollectionCache\getTableCache().
Referenced by getHTML().
|
protected |
Definition at line 27 of file class.ilDataCollectionReferenceField.php.