Drive Manifold

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

$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
Return values
HasMany

Search results