Drive Manifold

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

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

Search results