DriveVehicleMake
extends Model
in package
Table of Contents
- $created_at : string
- $description : string
- $driveVehicleFamilies : array<string|int, DriveVehicleFamily>
- $driveVehicles : array<string|int, DriveVehicle>
- $id : int
- $slug : string
- $updated_at : string
- $uuid : string
- $fillable : array<string|int, mixed>
- $keyType : string
- The "type" of the auto-incrementing ID.
- driveVehicleFamilies() : BelongsToMany
- driveVehicles() : HasMany
Properties
$created_at
public
string
$created_at
$description
public
string
$description
$driveVehicleFamilies
public
array<string|int, DriveVehicleFamily>
$driveVehicleFamilies
$driveVehicles
public
array<string|int, DriveVehicle>
$driveVehicles
$id
public
int
$id
$slug
public
string
$slug
$updated_at
public
string
$updated_at
$uuid
public
string
$uuid
$fillable
protected
array<string|int, mixed>
$fillable
= ['uuid', 'description', 'slug', 'created_at', 'updated_at']
$keyType
The "type" of the auto-incrementing ID.
protected
string
$keyType
= 'integer'
Methods
driveVehicleFamilies()
public
driveVehicleFamilies() : BelongsToMany
Return values
BelongsToMany —driveVehicles()
public
driveVehicles() : HasMany