TaggedCache::putMany()

void putMany(array $values, int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values int $minutes Return Value void

MailableFake::getRecipients()

array getRecipients() Get the recipient information for the mailable. Return Value array

FilesystemServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

Dispatcher::subscribe()

void subscribe(object|string $subscriber) Register an event subscriber with the dispatcher. Parameters object|string $subscriber Return Value void

Model::push()

bool push() Save the model and all of its relationships. Return Value bool

DatabaseNotificationCollection::pipe()

mixed pipe(callable $callback) Pass the collection to the given callback and return the result. Parameters callable $callback Return Value mixed

Arr::where()

static array where(array $array, callable $callback) Filter the array using the given callback. Parameters array $array callable $callback Return Value array

Validator::setTranslator()

void setTranslator(TranslatorInterface $translator) Set the Translator implementation. Parameters TranslatorInterface $translator Return Value void

Hub::defaults()

void defaults(Closure $callback) Define the default named pipeline. Parameters Closure $callback Return Value void

Presenter::getAdjacentRange()

string getAdjacentRange() Get the page range for the current page window. Return Value string