Illuminate\Mail Namespaces Illuminate\Mail\Transport
$this setQuery(Builder $query) Set the underlying query builder instance. Parameters Builder $query Return Value $this
mixed sum(string $column) Retrieve the sum of the values of a given column. Parameters string $column Return Value mixed
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
void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void
$this setAppends(array $appends) Set the accessors to append to model arrays. Parameters array $appends Return Value $this
$this seeElement(string $selector, array $attributes = array(), bool $negate = false) Assert that an element is present on the page. Parameters string $selector array $attributes bool $negate Return Value $this
array createMany(array $records) Create an array of new instances of the related model. Parameters array $records Return Value array
$this needs(string $abstract) Define the abstract target that depends on the context. Parameters string $abstract Return Value $this
array prepareBindings(array $bindings) Prepare the query bindings for execution. Parameters array $bindings Return Value array
Page 979 of 996