RedisTaggedCache::add()

bool add(string $key, mixed $value, DateTime|float|int $minutes) Store an item in the cache if the key does not exist. Parameters string $key mixed $value DateTime|float|int $minutes Return Value bool

MorphToMany::touch()

void touch() Touch all of the related models for the relationship. E.g.: Touch all roles associated with this user. Return Value void

NotificationTableCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

Notifiable::notify()

void notify(mixed $instance) Send the given notification. Parameters mixed $instance Return Value void

Collection::sortBy()

Collection sortBy(callable|string $callback, int $options = SORT_REGULAR, bool $descending = false) Sort the collection using the given callback. Parameters callable|string $callback int $options bool $descending Return Value Collection

BelongsToMany::get()

Collection get(array $columns = array('*')) Execute the query as a "select" statement. Parameters array $columns Return Value Collection

Builder::getConnection()

ConnectionInterface getConnection() Get the database connection instance. Return Value ConnectionInterface

Request::hasFile()

bool hasFile(string $key) Determine if the uploaded data contains a file. Parameters string $key Return Value bool

BladeCompiler::getEscapedContentTags()

string getEscapedContentTags() Gets the escaped content tags used for the compiler. Return Value string

NotificationTableCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool