Drive Manifold

DriveVehicleType extends Model
in package

Table of Contents

$created_at  : string
$driveVehicles  : array<string|int, DriveVehicle>
$id  : int
$name  : string
$redbookVehicles  : array<string|int, RedbookVehicle>
$slug  : string
$updated_at  : string
$fillable  : array<string|int, mixed>
driveVehicles()  : BelongsToMany
redbookVehicles()  : BelongsToMany

Properties

$fillable

protected array<string|int, mixed> $fillable = ['name', 'slug']

Methods

driveVehicles()

public driveVehicles() : BelongsToMany
Return values
BelongsToMany

redbookVehicles()

public redbookVehicles() : BelongsToMany
Return values
BelongsToMany

Search results