Drive Manifold

DriveVehicleFamily extends Model
in package

Table of Contents

$created_at  : string
$current_release  : string
$description  : string
$driveVehicleBadges  : array<string|int, DriveVehicleBadge>
$driveVehicleFamilyPricing  : DriveVehicleFamilyPricing
$driveVehicleMakes  : array<string|int, DriveVehicleMake>
$driveVehicles  : array<string|int, DriveVehicle>
$id  : int
$latest_year  : int
$price_id  : int
$redbookVehicleMakes  : array<string|int, RedbookVehicleMake>
$slug  : string
$start_year  : int
$updated_at  : string
$uuid  : string
$fillable  : array<string|int, mixed>
$keyType  : string
The "type" of the auto-incrementing ID.
driveVehicleBadges()  : BelongsToMany
driveVehicleFamilyPricing()  : BelongsTo
driveVehicleMakes()  : BelongsToMany
driveVehicles()  : HasMany
redbookVehicleMakes()  : BelongsToMany

Properties

$fillable

protected array<string|int, mixed> $fillable = ['price_id', 'uuid', 'description', 'start_year', 'latest_year', 'current_release', 'slug', 'created_at', 'updated_at']

$keyType

The "type" of the auto-incrementing ID.

protected string $keyType = 'integer'

Methods

driveVehicleBadges()

public driveVehicleBadges() : BelongsToMany
Return values
BelongsToMany

driveVehicleFamilyPricing()

public driveVehicleFamilyPricing() : BelongsTo
Return values
BelongsTo

driveVehicleMakes()

public driveVehicleMakes() : BelongsToMany
Return values
BelongsToMany

redbookVehicleMakes()

public redbookVehicleMakes() : BelongsToMany
Return values
BelongsToMany

Search results