RedbookVehicleFamilyOverride
extends Model
in package
Table of Contents
- $created_at : string
- $current_release : string
- $description : string
- $family_id : int
- $id : int
- $latest_year : int
- $redbookVehicleFamily : RedbookVehicleFamily
- $start_year : int
- $updated_at : string
- $fillable : array<string|int, mixed>
- $keyType : string
- The "type" of the auto-incrementing ID.
- redbookVehicleFamily() : BelongsTo
Properties
$created_at
public
string
$created_at
$current_release
public
string
$current_release
$description
public
string
$description
$family_id
public
int
$family_id
$id
public
int
$id
$latest_year
public
int
$latest_year
$redbookVehicleFamily
public
RedbookVehicleFamily
$redbookVehicleFamily
$start_year
public
int
$start_year
$updated_at
public
string
$updated_at
$fillable
protected
array<string|int, mixed>
$fillable
= ['family_id', 'description', 'start_year', 'latest_year', 'current_release', 'created_at', 'updated_at']
$keyType
The "type" of the auto-incrementing ID.
protected
string
$keyType
= 'integer'
Methods
redbookVehicleFamily()
public
redbookVehicleFamily() : BelongsTo