void extend(string $abstract, Closure $closure) "Extend" an abstract type in the container. Parameters string $abstract Closure $closure Return Value void Exceptions InvalidArgumentException
array queryCallbacks() Get the custom query callbacks for the rule. Return Value array
bool isDeferredService(string $service) Determine if the given service is a deferred service. Parameters string $service Return Value bool
bool handlerNeedsRequest() Determine if the session handler needs a request. Return Value bool
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
mixed __call(string $method, array $parameters) Handle dynamic method calls into the model. Parameters string $method array $parameters Return Value mixed
$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden across the entire collection. Parameters array|string $attributes Return Value $this
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
int getFetchMode() Get the default fetch mode for the connection. Return Value int
array getDirty() Get the attributes that have been changed since last sync. Return Value array
Page 457 of 996