CallQueuedHandler::__construct()

void __construct(Dispatcher $dispatcher) Create a new handler instance. Parameters Dispatcher $dispatcher Return Value void

Model::append()

$this append(array|string $attributes) Append attributes to query when building a query. Parameters array|string $attributes Return Value $this

PostgresGrammar::getValue()

string getValue(Expression $expression) Get the value of a raw expression. Parameters Expression $expression Return Value string

Connection::setPdo()

$this setPdo(PDO|null $pdo) Set the PDO connection. Parameters PDO|null $pdo Return Value $this

ScheduleServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

Router::getRoutes()

RouteCollection getRoutes() Get the underlying route collection. Return Value RouteCollection

JobMakeCommand::anticipate()

string anticipate(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

PostgresConnection::pretending()

bool pretending() Determine if the connection in a "dry run". Return Value bool

MorphPivot::getOriginal()

array getOriginal(string|null $key = null, mixed $default = null) Get the model's original attribute values. Parameters string|null $key mixed $default Return Value array

Mailable::queue()

mixed queue(Factory $queue) Queue the message for sending. Parameters Factory $queue Return Value mixed