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_description
public
string
$badge_description
$badge_secondary_description
public
string
$badge_secondary_description
$badgeable_id
public
int
$badgeable_id
$created_at
public
string
$created_at
$family_id
public
int
$family_id
$id
public
int
$id
$parent_uuid
public
string
$parent_uuid
$slug
public
string
$slug
$type
public
string
$type
$updated_at
public
string
$updated_at
$vehicleFamily
public
VehicleFamily
$vehicleFamily
$vehicles
public
array<string|int, Vehicle>
$vehicles
$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