MailMessage::view()

$this view(string $view, array $data = array()) Set the view for the mail message. Parameters string $view array $data Return Value $this

MailMessage::attachData()

$this attachData(string $data, string $name, array $options = array()) Attach in-memory data as an attachment. Parameters string $data string $name array $options Return Value $this

Arr::last()

static mixed last(array $array, callable $callback = null, mixed $default = null) Return the last element in an array passing a given truth test. Parameters array $array callable $callback mixed $default Return Value mixed

RemindersTableCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

MailgunTransport::send()

send(Swift_Mime_Message $message, $failedRecipients = null) {@inheritdoc} Parameters Swift_Mime_Message $message $failedRecipients

NullStore::put()

void put(string $key, mixed $value, float|int $minutes) Store an item in the cache for a given number of minutes. Parameters string $key mixed $value float|int $minutes Return Value void

HasManyThrough::parentSoftDeletes()

bool parentSoftDeletes() Determine whether close parent of the relation uses Soft Deletes. Return Value bool

NullStore::increment()

int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool

MemcachedStore::put()

void put(string $key, mixed $value, float|int $minutes) Store an item in the cache for a given number of minutes. Parameters string $key mixed $value float|int $minutes Return Value void

Paginator::setPath()

$this setPath(string $path) Set the base path to assign to all URLs. Parameters string $path Return Value $this