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
RowImportInterface Interface RowImportInterface
File: /Konquadrat/src/Import/RowImport/RowImportInterface.php
Note that any implementation shouldn't rely on saved properties. These maybe lost after each sanitizeRow() or importRow() call.
Implemented in
Summary
Methods
importRow()
Imports the row.
Note that importRow should not throw any exceptions! All possible errors should be found with the sanitizeRow!
Parameters
- $row : MainImportRow
Exceptions
Throws \Throwable
sanitizeRow()
Sanitize the row.
Note that sanitizeRow MUST NOT throw any exceptions!
Parameters
- $row : MainImportRow
