SqlServerConnection::getFetchMode()

int getFetchMode() Get the default fetch mode for the connection. Return Value int

JoinClause::mergeBindings()

$this mergeBindings(Builder $query) Merge an array of bindings into our bindings. Parameters Builder $query Return Value $this

RestartCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

Collection::makeHidden()

$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden across the entire collection. Parameters array|string $attributes Return Value $this

DatabaseNotification::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls into the model. Parameters string $method array $parameters Return Value mixed

Dispatcher::dispatchNow()

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

Store::handlerNeedsRequest()

bool handlerNeedsRequest() Determine if the session handler needs a request. Return Value bool

Application::isDeferredService()

bool isDeferredService(string $service) Determine if the given service is a deferred service. Parameters string $service Return Value bool

Exists::queryCallbacks()

array queryCallbacks() Get the custom query callbacks for the rule. Return Value array

Container::extend()

void extend(string $abstract, Closure $closure) "Extend" an abstract type in the container. Parameters string $abstract Closure $closure Return Value void Exceptions InvalidArgumentException