bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
void fire() Execute the console command. Return Value void
int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
static string singular(string $value) Get the singular form of an English word. Parameters string $value Return Value string
$this everyTenMinutes() Schedule the event to run every ten minutes. Return Value $this
Pusher getPusher() Get the Pusher SDK instance. Return Value Pusher
gc($lifetime) {@inheritdoc} Parameters $lifetime
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
$this visitRoute(string $route, array $parameters = array()) Visit the given named route with a GET request. Parameters string $route array $parameters Return Value $this
Page 982 of 996