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
void touch() Touch all of the related models for the relationship. E.g.: Touch all roles associated with this user. Return Value void
array arguments() Get all of the arguments passed to the command. Return Value array
void notify(mixed $instance) Send the given notification. Parameters mixed $instance Return Value void
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
Collection get(array $columns = array('*')) Execute the query as a "select" statement. Parameters array $columns Return Value Collection
ConnectionInterface getConnection() Get the database connection instance. Return Value ConnectionInterface
bool hasFile(string $key) Determine if the uploaded data contains a file. Parameters string $key Return Value bool
string getEscapedContentTags() Gets the escaped content tags used for the compiler. Return Value string
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
Page 462 of 996