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
array relationsToArray() Get the model's relationships in array form. Return Value array
bool push() Save the model and all of its relationships. Return Value bool
static Builder query() Begin querying the model. Return Value Builder
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
mixed offsetGet(mixed $offset) Get the value for a given offset. Parameters mixed $offset Return Value mixed
void offsetSet(mixed $offset, mixed $value) Set the value for a given offset. Parameters mixed $offset mixed $value Return Value void
Page 43 of 996