mixed getRelation(string $relation) Get a specified relationship. Parameters string $relation Return Value mixed
mixed getQueueableId() Get the queueable identity for the entity. Return Value mixed
string getQualifiedKeyName() Get the table qualified key name. Return Value string
int getPerPage() Get the number of models to return per page. Return Value int
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
array getObservableEvents() Get the observable event names. Return Value array
array getMutatedAttributes() Get the mutated attributes for a given instance. Return Value array
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
Page 459 of 996