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