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