Drive Manifold

DriveVehicleSegment extends Model
in package
Uses HasUuidObserver

Table of Contents

$body_type_id  : int
$created_at  : string
$driveVehicleBodyType  : DriveVehicleBodyType
$driveVehicleFuelType  : DriveVehicleFuelType
$driveVehiclePricePoint  : DriveVehiclePricePoint
$driveVehicles  : array<string|int, DriveVehicle>
$driveVehicleSize  : DriveVehicleSize
$fuel_type_id  : int
$id  : int
$name  : string
$price_point_id  : int
$rank  : int
$redbookVehicles  : array<string|int, RedbookVehicle>
$size_id  : int
$slug  : string
$updated_at  : string
$uuid  : string
$version  : int
$fillable  : array<string|int, mixed>
$hashAlgorithm  : string
calculateUuid()  : string
canCalculateUuid()  : bool
driveVehicleBodyType()  : BelongsTo
driveVehicleFuelType()  : BelongsTo
driveVehiclePricePoint()  : BelongsTo
driveVehicles()  : BelongsToMany
driveVehicleSize()  : BelongsTo
getUuidNamespace()  : string
getUuidSeed()  : string
redbookVehicles()  : BelongsToMany
bootHasUuidObserver()  : void
initializeHasUuidObserver()  : void
uuid()  : Attribute|null

Properties

$fillable

protected array<string|int, mixed> $fillable = ['uuid', 'name', 'slug', 'version', 'body_type_id', 'size_id', 'price_point_id', 'fuel_type_id', 'rank']

Methods

calculateUuid()

public calculateUuid() : string
Return values
string

canCalculateUuid()

public canCalculateUuid() : bool
Return values
bool

driveVehicleBodyType()

public driveVehicleBodyType() : BelongsTo
Return values
BelongsTo

driveVehicleFuelType()

public driveVehicleFuelType() : BelongsTo
Return values
BelongsTo

driveVehiclePricePoint()

public driveVehiclePricePoint() : BelongsTo
Return values
BelongsTo

driveVehicles()

public driveVehicles() : BelongsToMany
Return values
BelongsToMany

driveVehicleSize()

public driveVehicleSize() : BelongsTo
Return values
BelongsTo

getUuidNamespace()

public getUuidNamespace() : string
Return values
string

redbookVehicles()

public redbookVehicles() : BelongsToMany
Return values
BelongsToMany

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