$this cookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this
Application getLaravel() Get the Laravel application instance. Return Value Application
bool filtersPass(Application $app) Determine if the filters pass for the event. Parameters Application $app Return Value bool
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
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
Page 91 of 996