Drive Manifold

DriveVehicleBadge extends Model
in package

Table of Contents

$badge_description  : string
$badge_secondary_description  : string
$created_at  : string
$driveVehicleFamilies  : array<string|int, DriveVehicleFamily>
$driveVehicles  : array<string|int, DriveVehicle>
$id  : int
$redbookVehicleFamilies  : array<string|int, RedbookVehicleFamily>
$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
redbookVehicleFamilies()  : BelongsToMany

Properties

$fillable

protected array<string|int, mixed> $fillable = ['uuid', 'badge_description', 'badge_secondary_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

redbookVehicleFamilies()

public redbookVehicleFamilies() : BelongsToMany
Return values
BelongsToMany

Search results