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
$created_at
public
string
$created_at
$current_release
public
string
$current_release
$description
public
string
$description
$driveVehicleBadges
public
array<string|int, DriveVehicleBadge>
$driveVehicleBadges
$driveVehicleFamilyPricing
public
DriveVehicleFamilyPricing
$driveVehicleFamilyPricing
$driveVehicleMakes
public
array<string|int, DriveVehicleMake>
$driveVehicleMakes
$driveVehicles
public
array<string|int, DriveVehicle>
$driveVehicles
$id
public
int
$id
$latest_year
public
int
$latest_year
$price_id
public
int
$price_id
$redbookVehicleMakes
public
array<string|int, RedbookVehicleMake>
$redbookVehicleMakes
$slug
public
string
$slug
$start_year
public
int
$start_year
$updated_at
public
string
$updated_at
$uuid
public
string
$uuid
$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 —driveVehicles()
public
driveVehicles() : HasMany
Return values
HasMany —redbookVehicleMakes()
public
redbookVehicleMakes() : BelongsToMany