trait HasUuidKey (View source)

Methods

string
getKeyType()

Get the auto-incrementing key type.

bool
getIncrementing()

Get the value indicating whether the IDs are incrementing.

static void
boot()

The "booting" method of the model.

Details

string getKeyType()

Get the auto-incrementing key type.

Return Value

string

bool getIncrementing()

Get the value indicating whether the IDs are incrementing.

Return Value

bool

static protected void boot()

The "booting" method of the model.

Return Value

void