RedbookVehicleEquipment
extends Model
in package
Uses
HasUuidObserver, CanBulkUpdateOrInsert
Table of Contents
- $code : string
- $created_at : Carbon
- $description : string
- $group : string
- $id : int
- $key_feature_id : int
- $redbook_vehicle_id : int
- $redbookVehicle : RedbookVehicle
- $updated_at : Carbon
- $uuid : string
- $vehicle_key : string
- $fillable : array<string|int, mixed>
- $hashAlgorithm : string
- $table : string
- The table associated with the model.
- bulkUpdateOrInsert() : array<string|int, mixed>
- calculateUuid() : string
- canCalculateUuid() : bool
- getUuidNamespace() : string
- redbookVehicle() : BelongsTo
- bootHasUuidObserver() : void
- getUuidSeed() : string
- initializeHasUuidObserver() : void
- uuid() : Attribute|null
Properties
$code
public
string
$code
$created_at
public
Carbon
$created_at
$description
public
string
$description
$group
public
string
$group
$id
public
int
$id
$key_feature_id
public
int
$key_feature_id
$redbook_vehicle_id
public
int
$redbook_vehicle_id
$redbookVehicle
public
RedbookVehicle
$redbookVehicle
$updated_at
public
Carbon
$updated_at
$uuid
public
string
$uuid
$vehicle_key
public
string
$vehicle_key
$fillable
protected
array<string|int, mixed>
$fillable
= ['uuid', 'vehicle_key', 'redbook_vehicle_id', 'key_feature_id', 'description', 'code', 'group']
$hashAlgorithm
protected
string
$hashAlgorithm
= 'fnv1a64'
$table
The table associated with the model.
protected
string
$table
= 'redbook_vehicle_equipment'
Methods
bulkUpdateOrInsert()
public
static bulkUpdateOrInsert(Collection $models, string $updateBy[, bool $insertIgnore = false ]) : array<string|int, mixed>
Parameters
- $models : Collection
- $updateBy : string
- $insertIgnore : bool = false
Tags
Return values
array<string|int, mixed> —calculateUuid()
public
calculateUuid() : string
Return values
string —canCalculateUuid()
public
canCalculateUuid() : bool
Return values
bool —getUuidNamespace()
public
getUuidNamespace() : string
Return values
string —redbookVehicle()
public
redbookVehicle() : BelongsTo
Return values
BelongsTo —bootHasUuidObserver()
protected
static bootHasUuidObserver() : void
Return values
void —getUuidSeed()
protected
getUuidSeed() : string
Return values
string —initializeHasUuidObserver()
protected
initializeHasUuidObserver() : void
Return values
void —uuid()
protected
uuid() : Attribute|null