RedbookVehicleDriveVehicleAttributeMapping
extends Model
in package
Table of Contents
- $attribute_id : int
- $driveVehicleAttribute : DriveVehicleAttribute
- $redbook_vehicle_id : int
- $redbookVehicle : RedbookVehicle
- $timestamps : bool
- $fillable : array<string|int, mixed>
- driveVehicleAttribute() : BelongsTo
- redbookVehicle() : BelongsTo
Properties
$attribute_id
public
int
$attribute_id
$driveVehicleAttribute
public
DriveVehicleAttribute
$driveVehicleAttribute
$redbook_vehicle_id
public
int
$redbook_vehicle_id
$redbookVehicle
public
RedbookVehicle
$redbookVehicle
$timestamps
public
bool
$timestamps
= false
$fillable
protected
array<string|int, mixed>
$fillable
= ['redbook_vehicle_id', 'attribute_id']
Methods
driveVehicleAttribute()
public
driveVehicleAttribute() : BelongsTo
Return values
BelongsTo —redbookVehicle()
public
redbookVehicle() : BelongsTo