Drive Manifold

DriveVehiclePhoto extends Model
in package

Table of Contents

$created_at  : string
$driveVehicles  : array<string|int, DriveVehicle>
$external_etag  : string
$external_id  : string
$external_phash  : string
$external_signature  : string
$file_size_bytes  : int
$format  : string
$height  : int
$id  : int
$redbook_photo_id  : int
$redbookPhoto  : RedbookPhoto
$redbookVehicles  : array<string|int, RedbookVehicle>
$updated_at  : string
$url  : string
$width  : int
$fillable  : array<string|int, mixed>
driveVehicles()  : BelongsToMany
redbookPhoto()  : BelongsTo
redbookVehicles()  : BelongsToMany

Properties

$fillable

protected array<string|int, mixed> $fillable = ['redbook_photo_id', 'external_id', 'external_signature', 'external_etag', 'external_phash', 'url', 'height', 'width', 'format', 'file_size_bytes']

Methods

driveVehicles()

public driveVehicles() : BelongsToMany
Return values
BelongsToMany

redbookPhoto()

public redbookPhoto() : BelongsTo
Return values
BelongsTo

redbookVehicles()

public redbookVehicles() : BelongsToMany
Return values
BelongsToMany

Search results