bool getIncrementing() Get the value indicating whether the IDs are incrementing. Return Value bool
array getHidden() Get the hidden attributes for the model. Return Value array
array getGuarded() Get the guarded attributes for the model. Return Value array
array getGlobalScopes() Get the global scopes for this class instance. Return Value array
static Scope|Closure|null getGlobalScope(Scope|string $scope) Get a global scope registered with the model. Parameters Scope|string $scope Return Value Scope|Closure|null
string getForeignKey() Get the default foreign key name for the model. Return Value string
array getFillable() Get the fillable attributes for the model. Return Value array
static Dispatcher getEventDispatcher() Get the event dispatcher instance. Return Value Dispatcher
array getDirty() Get the attributes that have been changed since last sync. Return Value array
array getDates() Get the attributes that should be converted to dates. Return Value array
Page 460 of 996