Index
-
\com\setasign\Konquadrat
-
Import
-
RowImport
- AbstractRowImport
- AbstractRowImportWithImportRelations
- HasImportRelationsInterface
- ImportRelationFields
- ImportRelationFieldsInterface
- ImportRelations
- ImportRelationsInterface
- ImportRow
- MainImportRow
- MainImportRowFactory
- MainImportRowFactoryInterface
- RowImportHandler
- RowImportHandlerFactory
- RowImportHandlerFactoryInterface
- RowImportHandlerInterface
- RowImportInterface
-
RowImport
-
Import
com\setasign\Konquadrat\Import\RowImport
RowImportHandlerInterface Interface RowImportHandlerInterface
File: /Konquadrat/src/Import/RowImport/RowImportHandlerInterface.php
Implemented in
Summary
Methods
importRow()
abstract public RowImportHandlerInterface::importRow (
\com\setasign\SetaFramework\Database\Table\Row $row
): voidParameters
- $row : \com\setasign\SetaFramework\Database\Table\Row
mapImportRow()
Parameters
- $fileRow : array
Exceptions
Throws \com\setasign\SetaFramework\InvalidConfigurationException If the importSchema is invalid.
sanitizeRow()
abstract public RowImportHandlerInterface::sanitizeRow (
\com\setasign\SetaFramework\Database\Table\Row $row
): voidParameters
- $row : \com\setasign\SetaFramework\Database\Table\Row
Exceptions
Throws \com\setasign\SetaFramework\Exception If the row save cannot be executed!
