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