string getRouteKeyName() Get the route key for the model. Return Value string
mixed getRouteKey() Get the value of the model's route key. Return Value mixed
mixed getRelationValue(string $key) Get a relationship. Parameters string $key Return Value mixed
array getRelations() Get all the loaded relations for the instance. Return Value array
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
Page 761 of 996