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

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

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

Paginator::setPath()

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

ListFailedCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

PasswordBroker::sendResetLink()

string sendResetLink(array $credentials) Send a password reset link to a user. Parameters array $credentials Return Value string

LengthAwarePaginator::getPageName()

string getPageName() Get the query string variable used to store the page. Return Value string