| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
AutoloadingIssuesInspection More...
 Inheritance diagram for ilDclFileRecordRepresentation:
 Collaboration diagram for ilDclFileRecordRepresentation:Public Member Functions | |
| __construct (ilDclBaseRecordFieldModel $record_field) | |
| getSingleHTML (?array $options=null, bool $link=true) | |
| getHTML (bool $link=true, array $options=[]) | |
| parseFormInput ($value) | |
  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... | |
Private Member Functions | |
| buildDownloadLink () | |
Private Attributes | |
| ILIAS ResourceStorage Services | $irss | 
| ILIAS DI UIServices | $ui_services | 
Additional Inherited Members | |
  Protected Member Functions inherited from ilDclBaseRecordRepresentation | |
| getFormInput () | |
| Gets the value from from the record field.  More... | |
  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 | 
AutoloadingIssuesInspection
Definition at line 24 of file class.ilDclFileRecordRepresentation.php.
| ilDclFileRecordRepresentation::__construct | ( | ilDclBaseRecordFieldModel | $record_field | ) | 
Definition at line 31 of file class.ilDclFileRecordRepresentation.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 82 of file class.ilDclFileRecordRepresentation.php.
References ilDclBaseRecordRepresentation\$record_field, ILIAS\Repository\ctrl(), ilDclBaseRecordFieldModel\getField(), ilDclBaseRecordFieldModel\getRecord(), and ilDclBaseRecordRepresentation\getRecordField().
Referenced by getHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilDclFileRecordRepresentation::getHTML | ( | bool | $link = true,  | 
        
| array | $options = []  | 
        ||
| ) | 
Definition at line 44 of file class.ilDclFileRecordRepresentation.php.
References buildDownloadLink(), and ILIAS\Repository\lng().
Referenced by getSingleHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilDclFileRecordRepresentation::getSingleHTML | ( | ?array | $options = null,  | 
        
| bool | $link = true  | 
        ||
| ) | 
Definition at line 39 of file class.ilDclFileRecordRepresentation.php.
References getHTML().
 Here is the call graph for this function:| ilDclFileRecordRepresentation::parseFormInput | ( | $value | ) | 
Definition at line 74 of file class.ilDclFileRecordRepresentation.php.
      
  | 
  private | 
Definition at line 28 of file class.ilDclFileRecordRepresentation.php.
      
  | 
  private | 
Definition at line 29 of file class.ilDclFileRecordRepresentation.php.