string getRememberTokenName() Get the column name for the "remember me" token. Return Value string
string getRememberToken() Get the token value for the "remember me" session. Return Value string
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 48 of 996