$this withInput(array $input = null) Flash an array of input to the session. Parameters array $input Return Value $this
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
$this setQuery(Builder $query) Set the underlying query builder instance. Parameters Builder $query Return Value $this
Illuminate\Mail Namespaces Illuminate\Mail\Transport
mixed sum(string $column) Retrieve the sum of the values of a given column. Parameters string $column Return Value mixed
Collection|Builder[] get(array $columns = array('*')) Execute the query as a "select" statement. Parameters array $columns Return Value Collection|Builder[]
Generator cursor() Get a generator for the given query. Return Value Generator
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
void addConnection(array $config, string $name = 'default') Register a connection with the manager. Parameters array $config string $name Return Value void
void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void
Page 70 of 996