void __construct(Dispatcher $dispatcher) Create a new handler instance. Parameters Dispatcher $dispatcher Return Value void
$this append(array|string $attributes) Append attributes to query when building a query. Parameters array|string $attributes Return Value $this
string getValue(Expression $expression) Get the value of a raw expression. Parameters Expression $expression Return Value string
$this setPdo(PDO|null $pdo) Set the PDO connection. Parameters PDO|null $pdo Return Value $this
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
RouteCollection getRoutes() Get the underlying route collection. Return Value RouteCollection
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
bool pretending() Determine if the connection in a "dry run". Return Value bool
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
mixed queue(Factory $queue) Queue the message for sending. Parameters Factory $queue Return Value mixed
Page 497 of 996