Event command(string $command, array $parameters = array()) Add a new Artisan command event to the schedule. Parameters string $command array $parameters Return Value Event
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
Database getRedis() Get the Redis database instance. Return Value Database
array arguments() Get all of the arguments passed to the command. Return Value array
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
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
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
Page 92 of 996