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
string getOtherKey() Get the "other key" column name. Return Value string
array getOriginal(string|null $key = null, mixed $default = null) Get the model's original attribute values. Parameters string|null $key mixed $default Return Value array
array getObservableEvents() Get the observable event names. Return Value array
Page 425 of 996