Table of Contents
-
$created_at
: string
-
$id
: int
-
$nvic
: string
-
$redbookVehicle
: RedbookVehicle
-
$updated_at
: string
-
$vehicle_key
: string
-
$fillable
: array<string|int, mixed>
-
bulkUpdateOrInsert()
: array<string|int, mixed>
-
redbookVehicle()
: BelongsTo
$created_at
public
string
$created_at
$id
public
int
$id
$nvic
public
string
$nvic
$redbookVehicle
public
RedbookVehicle
$redbookVehicle
$updated_at
public
string
$updated_at
$vehicle_key
public
string
$vehicle_key
$fillable
protected
array<string|int, mixed>
$fillable
= ['vehicle_key', 'nvic']
bulkUpdateOrInsert()
public
static bulkUpdateOrInsert(Collection $models, string $updateBy[, bool $insertIgnore = false ]) : array<string|int, mixed>
Parameters
-
$models
: Collection
-
-
$updateBy
: string
-
-
$insertIgnore
: bool
= false
-
-
throws
-
Throwable
Return values
array<string|int, mixed>
—
redbookVehicle()
public
redbookVehicle() : BelongsTo
Return values
BelongsTo
—