$this wednesdays() Schedule the event to run only on Wednesdays. Return Value $this
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
bool isDeferred() Determine if the provider is deferred. Return Value bool
void info(string $message, array $context = array()) Log an informational message to the logs. Parameters string $message array $context Return Value void
int attempts() Get the number of times the job has been attempted. Return Value int
void offsetUnset(mixed $key) Unset the item at the given key. Parameters mixed $key Return Value void
static Exists exists(string $table, string $column = 'NULL') Get a exists constraint builder instance. Parameters string $table string $column Return Value Exists
$this|array middleware(array|string|null $middleware = null) Get or set the middlewares attached to the route. Parameters array|string|null $middleware Return Value $this|array
mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue Return Value mixed
Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder
Page 714 of 996