ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilDataCollectionNReferenceField. More...
Public Member Functions | |
doUpdate () | |
Update object in database. | |
getSingleHTML ($options=NULL) | |
this funciton is used to in the viewdefinition of a single record. | |
buildTemplate ($record_field, $values, $options) | |
getHTML () | |
getExportValue () | |
Public Member Functions inherited from ilDataCollectionReferenceField | |
__construct (ilDataCollectionRecord $record, ilDataCollectionField $field) | |
Public Member Functions inherited from ilDataCollectionRecordField | |
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 | |
loadValue () | |
Load the value. | |
getLinkHTML ($link, $value) |
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().
ilDataCollectionNReferenceField::doUpdate | ( | ) |
Update object in database.
Reimplemented from ilDataCollectionRecordField.
Definition at line 17 of file class.ilDataCollectionNReferenceField.php.
References $ilDB, $query, ilDataCollectionRecordField\$value, and ilDataCollectionRecordField\getValue().
ilDataCollectionNReferenceField::getExportValue | ( | ) |
Reimplemented from ilDataCollectionReferenceField.
Definition at line 194 of file class.ilDataCollectionNReferenceField.php.
References ilDataCollectionRecordField\$value, ilDataCollectionRecordField\getField(), ilDataCollectionCache\getRecordCache(), and ilDataCollectionRecordField\getValue().
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().
|
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().
ilDataCollectionNReferenceField::getSingleHTML | ( | $options = NULL | ) |
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().
|
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.