ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilDataCollectionField. More...
Public Member Functions | |
__construct (ilDataCollectionRecord $record, ilDataCollectionField $field) | |
getExportValue () | |
Public Member Functions inherited from ilDataCollectionRecordField | |
doUpdate () | |
Update object in database. | |
delete () | |
Delete record field in database. | |
getValue () | |
setValue ($value, $omit_parsing=false) | |
Set value for record field. | |
getFormInput () | |
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. | |
doCreate () | |
Create object in database. | |
loadValue () | |
Load the value. |
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\getField(), and ilDataCollectionCache\getTableCache().
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().
|
protected |
null | $link_name | |
$value |
Reimplemented in ilDataCollectionNReferenceField.
Definition at line 93 of file class.ilDataCollectionReferenceField.php.
References $ilCtrl, ilDataCollectionRecordField\$value, and ilDataCollectionCache\getRecordCache().
|
protected |
Definition at line 27 of file class.ilDataCollectionReferenceField.php.
|
protected |
Definition at line 31 of file class.ilDataCollectionReferenceField.php.