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
$badge_description
public
string
$badge_description
$badge_secondary_description
public
string
$badge_secondary_description
$created_at
public
string
$created_at
$driveVehicleFamilies
public
array<string|int, DriveVehicleFamily>
$driveVehicleFamilies
$driveVehicles
public
array<string|int, DriveVehicle>
$driveVehicles
$id
public
int
$id
$redbookVehicleFamilies
public
array<string|int, RedbookVehicleFamily>
$redbookVehicleFamilies
$slug
public
string
$slug
$updated_at
public
string
$updated_at
$uuid
public
string
$uuid
$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 —driveVehicles()
public
driveVehicles() : HasMany
Return values
HasMany —redbookVehicleFamilies()
public
redbookVehicleFamilies() : BelongsToMany