trait
Illuminate
/
Database
/
Eloquent
/
Concerns
/
HasUuids
HasUuids
Methods
public
initializeHasUuids ( ) : void
Initialize the trait.
public
uniqueIds ( ) : array
Get the columns that should receive a unique identifier.
public
newUniqueId ( ) : string
Generate a new UUID for the model.
public
resolveRouteBindingQuery ( $query , $value , $field ) : Relation
Retrieve the model for a bound value.
Parameters
public
getKeyType ( ) : string
Get the auto-incrementing key type.
public
getIncrementing ( ) : bool
Get the value indicating whether the IDs are incrementing.