ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Class ilDataCollectionField. More...
Public Member Functions | |
__construct (ilDataCollectionRecord $record, ilDataCollectionField $field) | |
getHTML (array $options=array()) | |
getSingleHTML (array $options=array()) | |
getLinkHTML ($title, $show_action_menu=false) | |
getExportValue () | |
getStatus () | |
![]() | |
__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 | |
getActionLink ($mode) | |
![]() | |
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() | |
![]() | |
$id | |
$field | |
$record | |
$value | |
$lng | |
$user | |
$ctrl | |
$db | |
Class ilDataCollectionField.
Definition at line 21 of file class.ilDataCollectionILIASRefField.php.
ilDataCollectionILIASRefField::__construct | ( | ilDataCollectionRecord | $record, |
ilDataCollectionField | $field | ||
) |
Definition at line 33 of file class.ilDataCollectionILIASRefField.php.
References ilDataCollectionRecordField\getField(), ilDataCollectionField\getProperties(), and ilDataCollectionCache\getTableCache().
|
protected |
string | $mode | copy|link |
Definition at line 125 of file class.ilDataCollectionILIASRefField.php.
References $ilCtrl, and ilDataCollectionRecordField\getValue().
Referenced by getLinkHTML().
ilDataCollectionILIASRefField::getExportValue | ( | ) |
Definition at line 101 of file class.ilDataCollectionILIASRefField.php.
References ilDataCollectionRecordField\$value, ilLink\_getStaticLink(), and ilDataCollectionRecordField\getValue().
ilDataCollectionILIASRefField::getHTML | ( | array | $options = array() | ) |
array | $options |
Definition at line 45 of file class.ilDataCollectionILIASRefField.php.
References ilDataCollectionRecordField\$id, ilDataCollectionRecordField\$value, ilObject\_lookupObjId(), ilObject\_lookupTitle(), getLinkHTML(), ilDataCollectionRecordField\getValue(), ilDataCollectionField\PROPERTYID_DISPLAY_COPY_LINK_ACTION_MENU, and ilDataCollectionField\PROPERTYID_ILIAS_REFERENCE_LINK.
ilDataCollectionILIASRefField::getLinkHTML | ( | $title, | |
$show_action_menu = false |
|||
) |
$title | |
$show_action_menu |
Definition at line 83 of file class.ilDataCollectionILIASRefField.php.
References ilDataCollectionRecordField\$lng, ilLink\_getStaticLink(), getActionLink(), ilDataCollectionRecordField\getValue(), and ilDataCollectionField\PROPERTYID_ILIAS_REFERENCE_LINK.
Referenced by getHTML(), and getSingleHTML().
ilDataCollectionILIASRefField::getSingleHTML | ( | array | $options = array() | ) |
Definition at line 63 of file class.ilDataCollectionILIASRefField.php.
References ilDataCollectionRecordField\$id, ilDataCollectionRecordField\$value, ilObject\_lookupObjId(), ilObject\_lookupTitle(), getLinkHTML(), ilDataCollectionRecordField\getValue(), and ilDataCollectionField\PROPERTYID_ILIAS_REFERENCE_LINK.
ilDataCollectionILIASRefField::getStatus | ( | ) |
Definition at line 107 of file class.ilDataCollectionILIASRefField.php.
References $ilDB, $ilUser, $query, $result, ilObject2\_lookupObjectId(), DB_FETCHMODE_OBJECT, and ilDataCollectionRecordField\getValue().
|
protected |
Definition at line 26 of file class.ilDataCollectionILIASRefField.php.
|
protected |
Definition at line 31 of file class.ilDataCollectionILIASRefField.php.