CallbackEvent::wednesdays()

$this wednesdays() Schedule the event to run only on Wednesdays. Return Value $this

ScheduleRunCommand::askWithCompletion()

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

RoutingServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

Log::info()

void info(string $message, array $context = array()) Log an informational message to the logs. Parameters string $message array $context Return Value void

InteractsWithQueue::attempts()

int attempts() Get the number of times the job has been attempted. Return Value int

Paginator::offsetUnset()

void offsetUnset(mixed $key) Unset the item at the given key. Parameters mixed $key Return Value void

Rule::exists()

static Exists exists(string $table, string $column = 'NULL') Get a exists constraint builder instance. Parameters string $table string $column Return Value Exists

Route::middleware()

$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

IronQueue::push()

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

MorphMany::getBaseQuery()

Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder