Drive Manifold

DriveVehicleSize 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

$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
Return values
HasMany

Search results