DriveVehiclePhoto
extends Model
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
$created_at
public
string
$created_at
$driveVehicles
public
array<string|int, DriveVehicle>
$driveVehicles
$external_etag
public
string
$external_etag
$external_id
public
string
$external_id
$external_phash
public
string
$external_phash
$external_signature
public
string
$external_signature
$file_size_bytes
public
int
$file_size_bytes
public
string
$format
$height
public
int
$height
$id
public
int
$id
$redbook_photo_id
public
int
$redbook_photo_id
$redbookPhoto
public
RedbookPhoto
$redbookPhoto
$redbookVehicles
public
array<string|int, RedbookVehicle>
$redbookVehicles
$updated_at
public
string
$updated_at
$url
public
string
$url
$width
public
int
$width
$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']
driveVehicles()
public
driveVehicles() : BelongsToMany
Return values
BelongsToMany
—
redbookPhoto()
public
redbookPhoto() : BelongsTo
Return values
BelongsTo
—
redbookVehicles()
public
redbookVehicles() : BelongsToMany
Return values
BelongsToMany
—