| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ilDclReferenceFieldRepresentation:
 Collaboration diagram for ilDclReferenceFieldRepresentation:Public Member Functions | |
| getInputField (ilPropertyFormGUI $form, ?int $record_id=null) | |
| addFilterInputFieldToTable (ilTable2GUI $table) | |
| passThroughFilter (ilDclBaseRecordModel $record, $filter) | |
  Public Member Functions inherited from ilDclBaseFieldRepresentation | |
| __construct (ilDclBaseFieldModel $field) | |
| addFilterInputFieldToTable (ilTable2GUI $table) | |
| Add filter input to TableGUI.  More... | |
| passThroughFilter (ilDclBaseRecordModel $record, $filter) | |
| Checks if a filter affects a record.  More... | |
| parseSortingValue (string $value, bool $link=true) | |
| getInputField (ilPropertyFormGUI $form, ?int $record_id=null) | |
| Returns field-input.  More... | |
| addFieldCreationForm (ilSubEnabledFormPropertyGUI $form, ilObjDataCollection $dcl, string $mode="create") | |
| Adds the options for the field-types to the field-creation form.  More... | |
| getPropertyInputFieldId (string $property) | |
| Return post-var for property-fields.  More... | |
| getField () | |
| Return BaseFieldModel.  More... | |
Data Fields | |
| const | REFERENCE_SEPARATOR = " -> " | 
Protected Member Functions | |
| buildFieldCreationInput (ilObjDataCollection $dcl, string $mode='create') | |
  Protected Member Functions inherited from ilDclBaseFieldRepresentation | |
| setupFilterInputField (?ilTableFilterItem $input) | |
| Set basic settings for filter-input-gui.  More... | |
| setupInputField (ilFormPropertyGUI $input, ilDclBaseFieldModel $field) | |
| Sets basic settings on field-input.  More... | |
| getFilterInputFieldValue (ilTableFilterItem $input) | |
| buildFieldCreationInput (ilObjDataCollection $dcl, string $mode='create') | |
| Build the creation-input-field.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from ilDclBaseFieldRepresentation | |
| ilDclBaseFieldModel | $field | 
| ilLanguage | $lng | 
| ilCtrl | $ctrl | 
| ILIAS HTTP Services | $http | 
| ILIAS Refinery Factory | $refinery | 
| ilComponentRepository | $component_repository | 
| ilComponentFactory | $component_factory | 
Definition at line 21 of file class.ilDclReferenceFieldRepresentation.php.
| ilDclReferenceFieldRepresentation::addFilterInputFieldToTable | ( | ilTable2GUI | $table | ) | 
Definition at line 120 of file class.ilDclReferenceFieldRepresentation.php.
References ilTable2GUI\addFilterItemByMetaType(), ilTable2GUI\FILTER_SELECT, ilDclBaseFieldRepresentation\getField(), ilDclCache\getFieldCache(), ilDclBaseFieldRepresentation\getFilterInputFieldValue(), ILIAS\Survey\Mode\getId(), ilDclCache\getTableCache(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ilDclBaseFieldModel\PROP_REFERENCE, and ilDclBaseFieldRepresentation\setupFilterInputField().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 168 of file class.ilDclReferenceFieldRepresentation.php.
References ilDclBaseFieldRepresentation\$field, ilSubEnabledFormPropertyGUI\addSubItem(), ilDclBaseFieldModel\getDatatypeId(), ilDclBaseFieldModel\getId(), ilObjDataCollection\getTables(), ilDclBaseFieldModel\getTitle(), ilDclDatatype\INPUTFORMAT_REFERENCE, ILIAS\Repository\lng(), ilDclBaseFieldModel\PROP_N_REFERENCE, ilDclBaseFieldModel\PROP_REFERENCE, ilDclBaseFieldModel\PROP_REFERENCE_LINK, ilFormPropertyGUI\setInfo(), and ilSelectInputGUI\setOptions().
 Here is the call graph for this function:| ilDclReferenceFieldRepresentation::getInputField | ( | ilPropertyFormGUI | $form, | 
| ?int | $record_id = null  | 
        ||
| ) | 
| ilPropertyFormGUI | $form | |
| int | null | $record_id | 
Definition at line 30 of file class.ilDclReferenceFieldRepresentation.php.
References $ref_id, ilObject\_lookupObjectId(), ilObject\_lookupTitle(), ilDclBaseFieldRepresentation\getField(), ilDclCache\getFieldCache(), ilObjFile\getFileName(), ILIAS\Survey\Mode\getId(), ilDclCache\getTableCache(), ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle(), ilObject\getTitle(), ilObjDataCollectionAccess\hasPermissionToAddRecord(), ILIAS\FileDelivery\http(), ilDclDatatype\INPUTFORMAT_DATE, ilDclDatatype\INPUTFORMAT_FILEUPLOAD, ilDclDatatype\INPUTFORMAT_ILIAS_REF, ilDclDatatype\INPUTFORMAT_MOB, ilDclDatatype\INPUTFORMAT_TEXT, ILIAS\Repository\int(), ILIAS\Repository\lng(), ilDclBaseFieldModel\PROP_N_REFERENCE, ilDclBaseFieldModel\PROP_REFERENCE, ilDclBaseFieldModel\PROP_URL, ILIAS\Repository\refinery(), and ilDclBaseFieldRepresentation\setupInputField().
 Here is the call graph for this function:| ilDclReferenceFieldRepresentation::passThroughFilter | ( | ilDclBaseRecordModel | $record, | 
| $filter | |||
| ) | 
| int | $filter | 
Definition at line 150 of file class.ilDclReferenceFieldRepresentation.php.
References ilDclBaseFieldRepresentation\getField(), ILIAS\Survey\Mode\getId(), ilDclBaseRecordModel\getRecordFieldValue(), and ilDclBaseFieldModel\PROP_N_REFERENCE.
 Here is the call graph for this function:| const ilDclReferenceFieldRepresentation::REFERENCE_SEPARATOR = " -> " | 
Definition at line 23 of file class.ilDclReferenceFieldRepresentation.php.