void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
Builder newQueryWithoutScope(Scope|string $scope) Get a new query instance without a given scope. Parameters Scope|string $scope Return Value Builder
void question(string $string) Write a string as question output. Parameters string $string Return Value void
void setDomain(string $domain) Set the domain being used by the transport. Parameters string $domain Return Value void
array prefixArray(string $prefix, array $values) Add a prefix to an array of values. Parameters string $prefix array $values Return Value array
void mergeWheres(array $wheres, array $bindings) Merge an array of where clauses and bindings. Parameters array $wheres array $bindings Return Value void
int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int
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
void __construct(string $selector) Create a new constraint instance. Parameters string $selector Return Value void
Page 154 of 996