string getMorphClass() Get the class name for polymorphic relations. Return Value string
string getKeyName() Get the primary key for the model. Return Value string
mixed getKey() Get the value of the model's primary key. Return Value mixed
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 foreign key column name. Return Value string
array getFillable() Get the fillable attributes for the model. Return Value array
Page 347 of 996