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
$code
public
string
$code
$created_at
public
string
$created_at
$description
public
string
$description
$id
public
int
$id
$makeable_id
public
int
$makeable_id
$parent_uuid
public
string
$parent_uuid
$slug
public
string
$slug
$type
public
string
$type
$updated_at
public
string
$updated_at
$vehicleFamilies
public
array<string|int, VehicleFamily>
$vehicleFamilies
$vehicles
public
array<string|int, Vehicle>
$vehicles
$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