RedirectResponse::withInput()

$this withInput(array $input = null) Flash an array of input to the session. Parameters array $input Return Value $this

MorphToMany::sync()

array sync(Collection|array $ids, bool $detaching = true) Sync the intermediate tables with a list of IDs or collection of models. Parameters Collection|array $ids bool $detaching Return Value array

Builder::setQuery()

$this setQuery(Builder $query) Set the underlying query builder instance. Parameters Builder $query Return Value $this

Mail

Illuminate\Mail Namespaces Illuminate\Mail\Transport

JoinClause::sum()

mixed sum(string $column) Retrieve the sum of the values of a given column. Parameters string $column Return Value mixed

Builder::get()

Collection|Builder[] get(array $columns = array('*')) Execute the query as a "select" statement. Parameters array $columns Return Value Collection|Builder[]

Builder::cursor()

Generator cursor() Get a generator for the given query. Return Value Generator

EventFake::assertFired()

void assertFired(string $event, callable|null $callback = null) Assert if an event was fired based on a truth-test callback. Parameters string $event callable|null $callback Return Value void

Manager::addConnection()

void addConnection(array $config, string $name = 'default') Register a connection with the manager. Parameters array $config string $name Return Value void

ReminderServiceProvider::commands()

void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void