string getMorphClass() Get the class name for polymorphic relations. Return Value string
array getMutatedAttributes() Get the mutated attributes for a given instance. Return Value array
string getKeyName() Get the primary key for the model. Return Value string
bool getIncrementing() Get the value indicating whether the IDs are incrementing. Return Value bool
mixed getKey() Get the value of the model's primary key. Return Value mixed
array getGuarded() Get the guarded attributes for the model. Return Value array
array getHidden() Get the hidden attributes for the model. 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
array getGlobalScopes() Get the global scopes for this class instance. Return Value array
array getFillable() Get the fillable attributes for the model. Return Value array
Page 49 of 996