Drive Manifold

VehicleMake extends Model
in package

Table of Contents

$code  : string
$created_at  : string
$description  : string
$id  : int
$makeable_id  : int
$parent_uuid  : string
$slug  : string
$type  : string
$updated_at  : string
$vehicleFamilies  : array<string|int, VehicleFamily>
$vehicles  : array<string|int, Vehicle>
$fillable  : array<string|int, mixed>
$keyType  : string
The "type" of the auto-incrementing ID.
vehicleFamilies()  : HasMany
vehicles()  : HasMany

Properties

$fillable

protected array<string|int, mixed> $fillable = ['parent_uuid', 'type', 'makeable_id', 'code', 'description', 'slug', 'created_at', 'updated_at']

$keyType

The "type" of the auto-incrementing ID.

protected string $keyType = 'integer'

Methods

vehicleFamilies()

public vehicleFamilies() : HasMany
Return values
HasMany

vehicles()

public vehicles() : HasMany
Return values
HasMany

Search results