RedbookVehicleFamilyDriveVehicleMapping
extends Model
in package
Table of Contents
- $drive_vehicle_id : int
- $driveVehicle : DriveVehicle
- $redbook_family_id : int
- $redbookVehicleFamily : RedbookVehicleFamily
- $timestamps : bool
- $fillable : array<string|int, mixed>
- driveVehicle() : BelongsTo
- redbookVehicleFamily() : BelongsTo
Properties
$drive_vehicle_id
public
int
$drive_vehicle_id
$driveVehicle
public
DriveVehicle
$driveVehicle
$redbook_family_id
public
int
$redbook_family_id
$redbookVehicleFamily
public
RedbookVehicleFamily
$redbookVehicleFamily
$timestamps
public
bool
$timestamps
= false
$fillable
protected
array<string|int, mixed>
$fillable
= ['drive_vehicle_id', 'redbook_family_id']
Methods
driveVehicle()
public
driveVehicle() : BelongsTo
Return values
BelongsTo —redbookVehicleFamily()
public
redbookVehicleFamily() : BelongsTo