Drive Manifold

VehicleBadge extends Model
in package

Table of Contents

$badge_description  : string
$badge_secondary_description  : string
$badgeable_id  : int
$created_at  : string
$family_id  : int
$id  : int
$parent_uuid  : string
$slug  : string
$type  : string
$updated_at  : string
$vehicleFamily  : VehicleFamily
$vehicles  : array<string|int, Vehicle>
$fillable  : array<string|int, mixed>
$keyType  : string
The "type" of the auto-incrementing ID.
vehicleFamily()  : BelongsTo
vehicles()  : HasMany

Properties

$badge_secondary_description

public string $badge_secondary_description

$fillable

protected array<string|int, mixed> $fillable = ['family_id', 'parent_uuid', 'type', 'badgeable_id', 'badge_description', 'badge_secondary_description', 'slug', 'created_at', 'updated_at']

$keyType

The "type" of the auto-incrementing ID.

protected string $keyType = 'integer'

Methods

vehicleFamily()

public vehicleFamily() : BelongsTo
Return values
BelongsTo

vehicles()

public vehicles() : HasMany
Return values
HasMany

Search results