int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
$this using(Closure $callback) Register a custom query callback. Parameters Closure $callback Return Value $this
$this pingBefore(string $url) Register a callback to ping a given URL before the job runs. Parameters string $url Return Value $this
Illuminate\Foundation\Bootstrap Classes BootProviders ConfigureLogging DetectEnvironment HandleExceptions LoadConfiguration RegisterFacades RegisterProviders SetRequestForConsole
Database getRedis() Get the Redis database instance. Return Value Database
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
mixed shift() Get and remove the first item from the collection. Return Value mixed
bool filtersPass(Application $app) Determine if the filters pass for the event. Parameters Application $app Return Value bool
Application getLaravel() Get the Laravel application instance. Return Value Application
Page 981 of 996