com\setasign\Konquadrat\Import\RowImport

ImportRelationFields Interface ImportRelationFieldsInterface

File: /Konquadrat/src/Import/RowImport/ImportRelationFields.php

Class hierarchy

Implements

Summary

Properties

$fields

private string[] ImportRelationFields::$fields

$ident

private string ImportRelationFields::$ident

Methods

__construct()

public ImportRelationFields::__construct (
string $ident,
array $fields
)

ImportRelationsFields constructor.

Parameters
$ident : string
 
$fields : array

Map with key compareFieldName (must be the same with $fetchFieldsOfObject) and value complete row field name (must be found in the MainImportRow)

getFields()

public ImportRelationFields::getFields (
void
): array

getIdent()

public ImportRelationFields::getIdent (
void
): string