NotificationImporter
extends JsonImporter
Table of Contents
-
$fillable
: array<string|int, string>
-
$notificationTypes
: array<string|int, mixed>
-
checkNotificationType()
: bool
-
remapRef()
: array<string|int, mixed>
$fillable
public
array<string|int, string>
$fillable
$notificationTypes
private
array<string|int, mixed>
$notificationTypes
checkNotificationType()
private
checkNotificationType(string|null $type) : bool
Parameters
-
$type
: string|null
-
Return values
bool
—
remapRef()
private
remapRef(string $refColumn, string|null $idColunn, string|null $typeColumn) : array<string|int, mixed>
Parameters
-
$refColumn
: string
-
-
$idColunn
: string|null
-
-
$typeColumn
: string|null
-
Return values
array<string|int, mixed>
—