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
$body_type_id
public
int
$body_type_id
$created_at
public
string
$created_at
$driveVehicleBodyType
public
DriveVehicleBodyType
$driveVehicleBodyType
$driveVehicleFuelType
public
DriveVehicleFuelType
$driveVehicleFuelType
$driveVehiclePricePoint
public
DriveVehiclePricePoint
$driveVehiclePricePoint
$driveVehicles
public
array<string|int, DriveVehicle>
$driveVehicles
$driveVehicleSize
public
DriveVehicleSize
$driveVehicleSize
$fuel_type_id
public
int
$fuel_type_id
$id
public
int
$id
$name
public
string
$name
$price_point_id
public
int
$price_point_id
$rank
public
int
$rank
$redbookVehicles
public
array<string|int, RedbookVehicle>
$redbookVehicles
$size_id
public
int
$size_id
$slug
public
string
$slug
$updated_at
public
string
$updated_at
$uuid
public
string
$uuid
$version
public
int
$version
$fillable
protected
array<string|int, mixed>
$fillable
= ['uuid', 'name', 'slug', 'version', 'body_type_id', 'size_id', 'price_point_id', 'fuel_type_id', 'rank']
$hashAlgorithm
protected
string
$hashAlgorithm
= 'fnv1a64'
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
—
getUuidSeed()
public
getUuidSeed() : 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
—