ContactExporter
extends Exporter
Table of Contents
Properties
-
$model
: string|null
Methods
-
getColumns()
: array<string|int, mixed>
-
getCompletedNotificationBody()
: string
-
getFileDisk()
: string
-
getFileName()
: string
$model
protected
static string|null
$model
= \Infacto\Infactloom\Models\Contact::class
getColumns()
public
static getColumns() : array<string|int, mixed>
Return values
array<string|int, mixed>
getCompletedNotificationBody()
public
static getCompletedNotificationBody(Export $export) : string
Parameters
-
$export
: Export
-
getFileDisk()
public
getFileDisk() : string
getFileName()
public
getFileName(Export $export) : string
Parameters
-
$export
: Export
-