array getGlobalScopes() Get the global scopes for this class instance. Return Value array
array getGuarded() Get the guarded attributes for the model. Return Value array
array getHidden() Get the hidden attributes for the model. Return Value array
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
string getKeyName() Get the primary key for the model. Return Value string
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
array getObservableEvents() Get the observable event names. Return Value array
mixed|array getOriginal(string|null $key = null, mixed $default = null) Get the model's original attribute values. Parameters string|null $key mixed $default Return Value mixed|array
Page 9584 of 11844