Drive Manifold

VfactsClass extends Model
in package

Table of Contents

$created_at  : string
$driveVehicles  : array<string|int, DriveVehicle>
$id  : int
$name  : string
$redbookVehicles  : array<string|int, RedbookVehicle>
$updated_at  : string
$fillable  : array<string|int, mixed>
$keyType  : string
The "type" of the auto-incrementing ID.
driveVehicles()  : HasMany
redbookVehicles()  : HasMany

Properties

$fillable

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

$keyType

The "type" of the auto-incrementing ID.

protected string $keyType = 'integer'

Methods

driveVehicles()

public driveVehicles() : HasMany
Return values
HasMany

redbookVehicles()

public redbookVehicles() : HasMany
Return values
HasMany

Search results