mixed shift() Get and remove the first item from the collection. Return Value mixed
void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void
Event command(string $command, array $parameters = array()) Add a new Artisan command event to the schedule. Parameters string $command array $parameters Return Value Event
Database getRedis() Get the Redis database instance. Return Value Database
array arguments() Get all of the arguments passed to the command. Return Value array
void touch() Touch all of the related models for the relationship. E.g.: Touch all roles associated with this user. Return Value void
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
bool hasPages() Determine if the underlying paginator being presented has pages to show. Return Value bool
array parameters() Get the key / value list of parameters for the route. Return Value array Exceptions LogicException
$this sundays() Schedule the event to run only on Sundays. Return Value $this
Page 93 of 996