| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ilDclReferenceRecordRepresentation:
 Collaboration diagram for ilDclReferenceRecordRepresentation:Public Member Functions | |
| getHTML (bool $link=true, array $options=[]) | |
| parseFormInput ($value) | |
| function parses stored value to the variable needed to fill into the form for editing.  More... | |
  Public Member Functions inherited from ilDclBaseRecordRepresentation | |
| __construct (ilDclBaseRecordFieldModel $record_field) | |
| getFormGUI (ilPropertyFormGUI $formGUI) | |
| parseFormInput ($value) | |
| function parses stored value to the variable needed to fill into the form for editing.  More... | |
| fillFormInput (ilPropertyFormGUI $form) | |
| Fills the form with the value of a record.  More... | |
| getHTML (bool $link=true, array $options=[]) | |
| Outputs html of a certain field.  More... | |
| getSingleHTML (?array $options=null, bool $link=true) | |
| Returns data for single record view.  More... | |
| getConfirmationHTML () | |
| Returns data for confirmation list When returning false, attribute is ignored in list.  More... | |
| fillRow (ilTemplate $tpl) | |
| Fills row with record data.  More... | |
| getRecordField () | |
| Get Record Field.  More... | |
| getField () | |
| Getter shortcut for field.  More... | |
| getRecord () | |
| Getter shortcut for record.  More... | |
Protected Member Functions | |
| getLinkHTML (ilDclBaseRecordModel $record, int $view) | |
  Protected Member Functions inherited from ilDclBaseRecordRepresentation | |
| getFormInput () | |
| Gets the value from from the record field.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from ilDclBaseRecordRepresentation | |
| ILIAS UI Factory | $factory | 
| ilDclBaseRecordFieldModel | $record_field | 
| ilLanguage | $lng | 
| ilAccess | $access | 
| ilCtrl | $ctrl | 
| ILIAS HTTP Services | $http | 
| ILIAS Refinery Factory | $refinery | 
| ILIAS UI Renderer | $renderer | 
| ilObjUser | $user | 
Definition at line 21 of file class.ilDclReferenceRecordRepresentation.php.
| ilDclReferenceRecordRepresentation::getHTML | ( | bool | $link = true,  | 
        
| array | $options = []  | 
        ||
| ) | 
Definition at line 23 of file class.ilDclReferenceRecordRepresentation.php.
References ilDclBaseRecordRepresentation\$record_field, $ref_id, ilDclBaseRecordFieldModel\doUpdate(), ilDclBaseRecordFieldModel\getField(), getLinkHTML(), ilDclCache\getRecordCache(), ilDclBaseRecordRepresentation\getRecordField(), ILIAS\FileDelivery\http(), ilDclBaseFieldModel\PROP_REFERENCE, ilDclBaseFieldModel\PROP_REFERENCE_LINK, ILIAS\Repository\refinery(), ilDclBaseRecordFieldModel\setValue(), and ILIAS\Repository\user().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 66 of file class.ilDclReferenceRecordRepresentation.php.
References ILIAS\Repository\ctrl(), ilDclBaseRecordModel\getId(), ilDclBaseRecordModel\getRecordFieldHTML(), ilDclBaseRecordModel\getTableId(), and ilDclBaseFieldModel\PROP_REFERENCE.
Referenced by getHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilDclReferenceRecordRepresentation::parseFormInput | ( | $value | ) | 
function parses stored value to the variable needed to fill into the form for editing.
| string | array | $value | 
Definition at line 86 of file class.ilDclReferenceRecordRepresentation.php.