|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilDataCollectionField. More...
Inheritance diagram for ilDataCollectionILIASRefField:
Collaboration diagram for ilDataCollectionILIASRefField: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 | |
| __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... | |
| setValueFromForm (&$form) | |
| getValueFromExcel ($excel, $row, $col) | |
| fillFormInput (&$form) | |
| getExportValue () | |
| fillExcelExport ($worksheet, &$row, &$col) | |
| 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. More... | |
| doCreate () | |
| Creates an Id and a database entry. More... | |
| getFormInput () | |
| loadValue () | |
| Load the value. More... | |
Protected Attributes | |
| $dcl_obj_id | |
| $properties = array() | |
Protected Attributes inherited from ilDataCollectionRecordField | |
| $id | |
| $field | |
| $record | |
| $value | |
| $user | |
| $ctrl | |
| $db | |
| $lng | |
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\$field, ilDataCollectionRecordField\$record, ilDataCollectionRecordField\getField(), and ilDataCollectionCache\getTableCache().
Here is the call graph for this function:
|
protected |
| string | $mode | copy|link |
Definition at line 125 of file class.ilDataCollectionILIASRefField.php.
References $ilCtrl, and ilDataCollectionRecordField\getValue().
Here is the call graph for this function:| ilDataCollectionILIASRefField::getExportValue | ( | ) |
Reimplemented from ilDataCollectionRecordField.
Definition at line 101 of file class.ilDataCollectionILIASRefField.php.
References ilDataCollectionRecordField\$value, ilLink\_getStaticLink(), and ilDataCollectionRecordField\getValue().
Here is the call graph for this function:| ilDataCollectionILIASRefField::getHTML | ( | array | $options = array() | ) |
| array | $options |
Definition at line 45 of file class.ilDataCollectionILIASRefField.php.
References $html, ilDataCollectionRecordField\$id, ilDataCollectionRecordField\$value, ilObject\_lookupObjId(), ilObject\_lookupTitle(), getLinkHTML(), ilDataCollectionRecordField\getValue(), ilDataCollectionField\PROPERTYID_DISPLAY_COPY_LINK_ACTION_MENU, and ilDataCollectionField\PROPERTYID_ILIAS_REFERENCE_LINK.
Here is the call graph for this function:| 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(), ilDataCollectionRecordField\getValue(), and ilDataCollectionField\PROPERTYID_ILIAS_REFERENCE_LINK.
Referenced by getHTML(), and getSingleHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Here is the call graph for this function:| ilDataCollectionILIASRefField::getStatus | ( | ) |
Definition at line 107 of file class.ilDataCollectionILIASRefField.php.
References $ilDB, $ilUser, $query, $result, ilObject2\_lookupObjectId(), DB_FETCHMODE_OBJECT, and ilDataCollectionRecordField\getValue().
Here is the call graph for this function:
|
protected |
Definition at line 26 of file class.ilDataCollectionILIASRefField.php.
|
protected |
Definition at line 31 of file class.ilDataCollectionILIASRefField.php.