int getFetchMode() Get the default fetch mode for the connection. Return Value int
$this mergeBindings(Builder $query) Merge an array of bindings into our bindings. Parameters Builder $query Return Value $this
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden across the entire collection. Parameters array|string $attributes Return Value $this
mixed __call(string $method, array $parameters) Handle dynamic method calls into the model. Parameters string $method array $parameters Return Value mixed
mixed dispatchNow(mixed $command, mixed $handler = null) Dispatch a command to its appropriate handler in the current process. Parameters mixed $command mixed $handler Return Value mixed
bool handlerNeedsRequest() Determine if the session handler needs a request. Return Value bool
bool isDeferredService(string $service) Determine if the given service is a deferred service. Parameters string $service Return Value bool
array queryCallbacks() Get the custom query callbacks for the rule. Return Value array
void extend(string $abstract, Closure $closure) "Extend" an abstract type in the container. Parameters string $abstract Closure $closure Return Value void Exceptions InvalidArgumentException
Page 4 of 996