void __unset(string $key) Unset an attribute on the model.
bool offsetExists(mixed $offset) Determine if the given attribute exists
array getDictionary(ArrayAccess|array|null $items = null)
Model|null fresh(array|string $with = array())
Collection filter(callable $callback = null)
$this load(array|string $relations) Eager load relations on the model.
array relationsToArray() Get the model's relationships in array form.
bool isDirty(array|string|null $attributes = null) Determine if the model
void apply(Builder $builder,
void addHidden(array|string|null $attributes = null) Add hidden attributes
Page 30 of 39