DriveVehicleBodyType
extends Model
in package
Table of Contents
- $created_at : string
- $driveVehicles : array<string|int, DriveVehicle>
- $driveVehicleSegments : array<string|int, DriveVehicleSegment>
- $id : int
- $name : string
- $redbookVehicles : array<string|int, RedbookVehicle>
- $slug : string
- $updated_at : string
- $fillable : array<string|int, mixed>
- driveVehicles() : HasMany
- driveVehicleSegments() : HasMany
- redbookVehicles() : HasMany
Properties
$created_at
public
string
$created_at
$driveVehicles
public
array<string|int, DriveVehicle>
$driveVehicles
$driveVehicleSegments
public
array<string|int, DriveVehicleSegment>
$driveVehicleSegments
$id
public
int
$id
$name
public
string
$name
$redbookVehicles
public
array<string|int, RedbookVehicle>
$redbookVehicles
$slug
public
string
$slug
$updated_at
public
string
$updated_at
$fillable
protected
array<string|int, mixed>
$fillable
= ['name', 'slug']
Methods
driveVehicles()
public
driveVehicles() : HasMany
Return values
HasMany —driveVehicleSegments()
public
driveVehicleSegments() : HasMany
Return values
HasMany —redbookVehicles()
public
redbookVehicles() : HasMany