Import
class Import extends Model (View source)
Traits
Prunable
Properties
| protected | $casts | ||
| protected | $guarded | ||
| static protected bool | $hasPolymorphicUserRelationship | ||
| string | $file_name | ||
| string | $file_path | ||
| Importer> | $importer | ||
| int | $processed_rows | ||
| int | $total_rows | ||
| int | $successful_rows | ||
| FailedImportRow> read-only | $failedRows | ||
| Authenticatable read-only | $user |
Methods
HasMany
failedRows()
No description
BelongsTo
user()
No description
getImporter(array $columnMap, array $options)
No description
int
getFailedRowsCount()
No description
static void
polymorphicUserRelationship(bool $condition = true)
No description
static bool
hasPolymorphicUserRelationship()
No description
Details
HasMany
failedRows()
No description
BelongsTo
user()
No description
Importer
getImporter(array $columnMap, array $options)
No description
int
getFailedRowsCount()
No description
static void
polymorphicUserRelationship(bool $condition = true)
No description
static bool
hasPolymorphicUserRelationship()
No description