string getRawBody() Get the raw body string for the job. Return Value string
array many(array $keys) Retrieve multiple items from the cache by key. Items not found in the cache will have a null value. Parameters array $keys Return Value array
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
void __construct(Dispatcher $events, Container $container = null) Create a new Router instance. Parameters Dispatcher $events Container $container Return Value void
$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
mixed sum(string $column) Retrieve the sum of the values of a given column. Parameters string $column Return Value mixed
Illuminate\Mail Namespaces Illuminate\Mail\Transport
$this setQuery(Builder $query) Set the underlying query builder instance. Parameters Builder $query Return Value $this
Generator cursor() Get a generator for the given query. Return Value Generator
Page 71 of 996