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
void offsetUnset(mixed $offset) Unset the value for a given offset. Parameters mixed $offset Return Value void
void offsetSet(mixed $offset, mixed $value) Set the value for a given offset. Parameters mixed $offset mixed $value Return Value void
mixed offsetGet(mixed $offset) Get the value for a given offset. Parameters mixed $offset Return Value mixed
bool offsetExists(mixed $offset) Determine if the given attribute exists. Parameters mixed $offset Return Value bool
static void observe(object|string $class, int $priority) Register an observer with the Model. Parameters object|string $class int $priority Return Value void
Builder|Model newQueryWithoutScopes() Get a new query builder that doesn't have any global scopes. Return Value Builder|Model
Builder newQueryWithoutScope(Scope|string $scope) Get a new query instance without a given scope. Parameters Scope|string $scope Return Value Builder
Page 454 of 996