void setPackagePath(string $packagePath) Set the default package path. Parameters string $packagePath Return Value void
$this monthly() Schedule the event to run monthly. Return Value $this
abstract int attempts() Get the number of times the job has been attempted. Return Value int
string|null prefers(string|array $contentTypes) Return the most suitable content type from the given array based on content negotiation. Parameters string|array $contentTypes Return Value string|null
Closure userResolver() Get the user resolver callback. Return Value Closure
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void
string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string
Closure wrap(Closure $callback, array $parameters = array()) Wrap the given closure such that its dependencies will be injected when executed. Parameters Closure $callback array $parameters Return Value Closure
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
Page 922 of 996