| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilDclCopyFieldRepresentation:
 Collaboration diagram for ilDclCopyFieldRepresentation: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... | |
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... | |
Private Attributes | |
| const | VALID_TYPES | 
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 | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilDclCopyFieldRepresentation.php.
| ilDclCopyFieldRepresentation::addFilterInputFieldToTable | ( | ilTable2GUI | $table | ) | 
Definition at line 73 of file class.ilDclCopyFieldRepresentation.php.
References ilTable2GUI\addFilterItemByMetaType(), ilTable2GUI\FILTER_TEXT, ilDclBaseFieldRepresentation\getField(), ilDclBaseFieldRepresentation\getFilterInputFieldValue(), ILIAS\Survey\Mode\getId(), and ilDclBaseFieldRepresentation\setupFilterInputField().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 100 of file class.ilDclCopyFieldRepresentation.php.
References ilDclBaseFieldRepresentation\$field, ilSubEnabledFormPropertyGUI\addSubItem(), ilDclBaseFieldModel\getDatatypeId(), ilDclBaseFieldRepresentation\getField(), ilDclBaseFieldModel\getId(), ilObjDataCollection\getTables(), ilDclBaseFieldModel\getTitle(), ILIAS\Repository\lng(), ilDclBaseFieldModel\PROP_N_REFERENCE, ilDclBaseFieldModel\PROP_REFERENCE, and ilSelectInputGUI\setOptions().
 Here is the call graph for this function:| ilDclCopyFieldRepresentation::getInputField | ( | ilPropertyFormGUI | $form, | 
| ?int | $record_id = null  | 
        ||
| ) | 
Definition at line 31 of file class.ilDclCopyFieldRepresentation.php.
References ilDclBaseFieldRepresentation\getField(), ilDclCache\getFieldCache(), ILIAS\Survey\Mode\getId(), ilDclCache\getRecordCache(), ilDclCache\getTableCache(), ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle(), ILIAS\Repository\lng(), ilDclBaseFieldModel\PROP_N_REFERENCE, ilDclBaseFieldModel\PROP_REFERENCE, and ilDclBaseFieldRepresentation\setupInputField().
 Here is the call graph for this function:| ilDclCopyFieldRepresentation::passThroughFilter | ( | ilDclBaseRecordModel | $record, | 
| $filter | |||
| ) | 
Definition at line 88 of file class.ilDclCopyFieldRepresentation.php.
References ilDclBaseFieldRepresentation\getField(), ILIAS\Survey\Mode\getId(), and ilDclBaseRecordModel\getRecordFieldValue().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 21 of file class.ilDclCopyFieldRepresentation.php.