Closure getMacro(string $name) Get the given macro by name. Parameters string $name Return Value Closure
Connection resolveConnection(string $connection) Resolve the database connection instance. Parameters string $connection Return Value Connection
$this addSelect(array|mixed $column) Add a new select column to the query. Parameters array|mixed $column Return Value $this
mixed dispatch(mixed $command) Dispatch a command to its appropriate handler. Parameters mixed $command Return Value mixed
string url(int $page) Get the URL for a given page number. Parameters int $page Return Value string
mixed channel(string|null $name = null) Get a channel instance by name. Parameters string|null $name Return Value mixed
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
void addVisible(array|string|null $attributes = null) Add visible attributes for the model. Parameters array|string|null $attributes Return Value void
mixed max(callable|string|null $callback = null) Get the max value of a given key. Parameters callable|string|null $callback Return Value mixed
Page 435 of 996