void offsetUnset(mixed $offset) Unset the value for a given offset. Parameters mixed $offset Return Value void
static Builder on(string|null $connection = null) Begin querying the model on a given connection. Parameters string|null $connection Return Value Builder
static Builder onWriteConnection() Begin querying the model on the write connection. Return Value Builder
bool push() Save the model and all of its relationships. Return Value bool
static Builder query() Begin querying the model. Return Value Builder
static void reguard() Enable the mass assignment restrictions. Return Value void
bool relationLoaded(string $key) Determine if the given relation is loaded. Parameters string $key Return Value bool
array relationsToArray() Get the model's relationships in array form. Return Value array
void removeObservableEvents(array|mixed $observables) Remove an observable event name. Parameters array|mixed $observables Return Value void
Model replicate(array $except = null) Clone the model into a new, non-existing instance. Parameters array $except Return Value Model
Page 9590 of 11844