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
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
Page 346 of 996