PostgresConnection::getSchemaBuilder()

Builder getSchemaBuilder() Get a schema builder instance for the connection. Return Value Builder

SlackAttachment

SlackAttachment class SlackAttachment (View source) Properties string $title The attachment's title. string $url The attachment's URL. string $content The attachment's text content. array $fields The attachment's fields.

Rule::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Model::saved()

static void saved(Closure|string $callback, int $priority) Register a saved model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

ReminderServiceProvider::boot()

void boot() Bootstrap the application events. Return Value void

Redis::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

NullQueue::bulk()

mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an array of jobs onto the queue. Parameters array $jobs mixed $data string $queue Return Value mixed

NullQueue::pop()

Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null

Worker::daemon()

void daemon(string $connectionName, string $queue, WorkerOptions $options) Listen to the given queue in a loop. Parameters string $connectionName string $queue WorkerOptions $options Return Value void

RemindersControllerCommand::choice()

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value bool