Event::everyFiveMinutes()

$this everyFiveMinutes() Schedule the event to run every five minutes. Return Value $this

SendQueuedNotifications::__construct()

void __construct(Collection $notifiables, Notification $notification, array $channels = null) Create a new job instance. Parameters Collection $notifiables Notification $notification array $channels Return Value void

User::setRelations()

$this setRelations(array $relations) Set the entire relations array on the model. Parameters array $relations Return Value $this

DatabaseNotification::offsetGet()

mixed offsetGet(mixed $offset) Get the value for a given offset. Parameters mixed $offset Return Value mixed

MailQueue::later()

mixed later(int $delay, string|array $view, array $data, Closure|string $callback, string $queue = null) Queue a new e-mail message for sending after (n) seconds. Parameters int $delay string|array $view array $data Closure|string $callback string $queue Return Value mixed

Str::title()

static string title(string $value) Convert the given string to title case. Parameters string $value Return Value string

Queue::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

KeyGeneratorServiceProvider::commands()

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

Validator::parseData()

array parseData(array $data) Parse the data array. Parameters array $data Return Value array

User::hasMany()

HasMany hasMany(string $related, string $foreignKey = null, string $localKey = null) Define a one-to-many relationship. Parameters string $related string $foreignKey string $localKey Return Value HasMany