VehicleFamily
extends Model
in package
Table of Contents
- $created_at : string
- $current_release : string
- $description : string
- $family_code : string
- $familyable_id : int
- $id : int
- $latest_year : int
- $make_code : string
- $make_id : int
- $parent_uuid : string
- $price_id : int
- $slug : string
- $start_year : int
- $type : string
- $updated_at : string
- $vehicleBadges : array<string|int, VehicleBadge>
- $vehicleMake : VehicleMake
- $vehicles : array<string|int, Vehicle>
- $fillable : array<string|int, mixed>
- $keyType : string
- The "type" of the auto-incrementing ID.
- vehicleBadges() : HasMany
- vehicleMake() : BelongsTo
- vehicles() : HasMany
Properties
$created_at
public
string
$created_at
$current_release
public
string
$current_release
$description
public
string
$description
$family_code
public
string
$family_code
$familyable_id
public
int
$familyable_id
$id
public
int
$id
$latest_year
public
int
$latest_year
$make_code
public
string
$make_code
$make_id
public
int
$make_id
$parent_uuid
public
string
$parent_uuid
$price_id
public
int
$price_id
$slug
public
string
$slug
$start_year
public
int
$start_year
$type
public
string
$type
$updated_at
public
string
$updated_at
$vehicleBadges
public
array<string|int, VehicleBadge>
$vehicleBadges
$vehicleMake
public
VehicleMake
$vehicleMake
$vehicles
public
array<string|int, Vehicle>
$vehicles
$fillable
protected
array<string|int, mixed>
$fillable
= ['make_id', 'parent_uuid', 'type', 'familyable_id', 'price_id', 'make_code', 'family_code', '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
vehicleBadges()
public
vehicleBadges() : HasMany
Return values
HasMany —vehicleMake()
public
vehicleMake() : BelongsTo
Return values
BelongsTo —vehicles()
public
vehicles() : HasMany