Drive Manifold

RedbookVehicleBadge extends Model
in package
Uses HasUuidObserver, HasSlugObserver, CanBulkUpdateOrInsert

Table of Contents

$badge_description  : string
$created_at  : string
$current_release  : string
$family_code  : string
$family_id  : int
$id  : int
$make_code  : string
$make_id  : int
$redbookVehicleFamily  : RedbookVehicleFamily
$redbookVehicleMake  : RedbookVehicleMake
$redbookVehicles  : array<string|int, RedbookVehicle>
$slug  : string
$updated_at  : string
$uuid  : string
$fillable  : array<string|int, mixed>
$hashAlgorithm  : string
bulkUpdateOrInsert()  : array<string|int, mixed>
calculateUuid()  : string
canCalculateUuid()  : bool
getSluggableValue()  : string
getUuidNamespace()  : string
getUuidSeed()  : string
redbookVehicleFamily()  : BelongsTo
redbookVehicleMake()  : BelongsTo
redbookVehicles()  : HasMany
bootHasSlugObserver()  : void
bootHasUuidObserver()  : void
calculateSlug()  : string
initializeHasSlugObserver()  : void
initializeHasUuidObserver()  : void
slug()  : Attribute|null
uuid()  : Attribute|null

Properties

$fillable

protected array<string|int, mixed> $fillable = ['make_id', 'make_code', 'family_id', 'family_code', 'badge_description', 'current_release']

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

redbookVehicleFamily()

public redbookVehicleFamily() : BelongsTo
Return values
BelongsTo

redbookVehicleMake()

public redbookVehicleMake() : BelongsTo
Return values
BelongsTo

bootHasSlugObserver()

protected static bootHasSlugObserver() : void
Return values
void

bootHasUuidObserver()

protected static bootHasUuidObserver() : void
Return values
void

calculateSlug()

protected calculateSlug() : string
Return values
string

initializeHasSlugObserver()

protected initializeHasSlugObserver() : void
Return values
void

initializeHasUuidObserver()

protected initializeHasUuidObserver() : void
Return values
void

slug()

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

uuid()

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

Search results