$this setObservableEvents(array $observables) Set the observable event names. Parameters array $observables Return Value $this
$this setReconnector(callable $reconnector) Set the reconnect instance on the connection. Parameters callable $reconnector Return Value $this
void addVisible(array|string|null $attributes = null) Add visible attributes for the model. Parameters array|string|null $attributes Return Value void
bool isDirty(array|string|null $attributes = null) Determine if the model or given attribute(s) have been modified. Parameters array|string|null $attributes Return Value bool
bool isDeferred() Determine if the provider is deferred. Return Value bool
mixed max(callable|string|null $callback = null) Get the max value of a given key. Parameters callable|string|null $callback Return Value mixed
mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed
void setDefaultConnection(string $name) Set the default connection name. Parameters string $name Return Value void
mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed
$this whereIn(string $column, mixed $values, string $boolean = 'and', bool $not = false) Add a "where in" clause to the query. Parameters string $column mixed $values string $boolean bool $not Return Value $this
Page 910 of 996