class Export extends Model (View source)

Traits

Prunable

Properties

protected $casts
protected $guarded
static protected bool $hasPolymorphicUserRelationship
string $file_disk
string $file_name
Exporter> $exporter
int $processed_rows
int $total_rows
int $successful_rows
Authenticatable read-only $user

Methods

BelongsTo
user()

No description

getExporter(array $columnMap, array $options)

No description

int
getFailedRowsCount()

No description

static void
polymorphicUserRelationship(bool $condition = true)

No description

static bool
Filesystem
getFileDisk()

No description

string
getFileDirectory()

No description

void
deleteFileDirectory()

No description

Details

BelongsTo user()

No description

Return Value

BelongsTo

Exporter getExporter(array $columnMap, array $options)

No description

Parameters

array $columnMap
array $options

Return Value

Exporter

int getFailedRowsCount()

No description

Return Value

int

static void polymorphicUserRelationship(bool $condition = true)

No description

Parameters

bool $condition

Return Value

void

static bool hasPolymorphicUserRelationship()

No description

Return Value

bool

Filesystem getFileDisk()

No description

Return Value

Filesystem

string getFileDirectory()

No description

Return Value

string

void deleteFileDirectory()

No description

Return Value

void