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