Drive Manifold

RedbookVehicleEquipment extends Model
in package
Uses HasUuidObserver, CanBulkUpdateOrInsert

Table of Contents

$code  : string
$created_at  : Carbon
$description  : string
$group  : string
$id  : int
$key_feature_id  : int
$redbook_vehicle_id  : int
$redbookVehicle  : RedbookVehicle
$updated_at  : Carbon
$uuid  : string
$vehicle_key  : string
$fillable  : array<string|int, mixed>
$hashAlgorithm  : string
$table  : string
The table associated with the model.
bulkUpdateOrInsert()  : array<string|int, mixed>
calculateUuid()  : string
canCalculateUuid()  : bool
getUuidNamespace()  : string
redbookVehicle()  : BelongsTo
bootHasUuidObserver()  : void
getUuidSeed()  : string
initializeHasUuidObserver()  : void
uuid()  : Attribute|null

Properties

$fillable

protected array<string|int, mixed> $fillable = ['uuid', 'vehicle_key', 'redbook_vehicle_id', 'key_feature_id', 'description', 'code', 'group']

Methods

bulkUpdateOrInsert()

public static bulkUpdateOrInsert(Collection $models, string $updateBy[, bool $insertIgnore = false ]) : array<string|int, mixed>
Parameters
$models : Collection
$updateBy : string
$insertIgnore : bool = false
Tags
throws
Throwable
Return values
array<string|int, mixed>

calculateUuid()

public calculateUuid() : string
Return values
string

canCalculateUuid()

public canCalculateUuid() : bool
Return values
bool

getUuidNamespace()

public getUuidNamespace() : string
Return values
string

bootHasUuidObserver()

protected static bootHasUuidObserver() : void
Return values
void

initializeHasUuidObserver()

protected initializeHasUuidObserver() : void
Return values
void

uuid()

protected uuid() : Attribute|null
Return values
Attribute|null

Search results