ILIAS
Release_5_0_x_branch Revision 61816
|
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 () | |
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 | |
getActionLink ($mode) | |
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 21 of file class.ilDataCollectionILIASRefField.php.
ilDataCollectionILIASRefField::__construct | ( | ilDataCollectionRecord | $record, |
ilDataCollectionField | $field | ||
) |
ilDataCollectionRecord | $record | |
ilDataCollectionField | $field |
Reimplemented from ilDataCollectionRecordField.
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 | ( | ) |
Reimplemented from ilDataCollectionRecordField.
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.