Drive Manifold

RedbookSpecialOffer extends Model
in package

Table of Contents

$commences  : string
$created_at  : string
$description  : string
$expires  : string
$id  : string
$incrementing  : bool
Indicates if the IDs are auto-incrementing.
$redbookSpecialOfferInclusions  : array<string|int, RedbookSpecialOfferInclusion>
$redbookVehicles  : array<string|int, RedbookVehicle>
$states  : mixed
$title  : string
$updated_at  : string
$casts  : array<string|int, string>
$dates  : array<string|int, string>
$fillable  : array<string|int, mixed>
$keyType  : string
The "type" of the auto-incrementing ID.
redbookSpecialOfferInclusions()  : HasMany
redbookVehicles()  : BelongsToMany

Properties

$incrementing

Indicates if the IDs are auto-incrementing.

public bool $incrementing = false

$casts

protected array<string|int, string> $casts = ['states' => 'array', 'commences' => 'date:Y-m-d H:i:s', 'expires' => 'date:Y-m-d H:i:s']

$fillable

protected array<string|int, mixed> $fillable = ['id', 'title', 'description', 'states', 'commences', 'expires']

$keyType

The "type" of the auto-incrementing ID.

protected string $keyType = 'string'

Methods

redbookSpecialOfferInclusions()

public redbookSpecialOfferInclusions() : HasMany
Return values
HasMany

redbookVehicles()

public redbookVehicles() : BelongsToMany
Return values
BelongsToMany

Search results