PostgresGrammar::prefixArray()

array prefixArray(string $prefix, array $values) Add a prefix to an array of values. Parameters string $prefix array $values Return Value array

Relation::rawUpdate()

int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int

JoinClause::mergeWheres()

void mergeWheres(array $wheres, array $bindings) Merge an array of where clauses and bindings. Parameters array $wheres array $bindings Return Value void

CommandMakeCommand::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

IsChecked::__construct()

void __construct(string $selector) Create a new constraint instance. Parameters string $selector Return Value void

RemindersControllerCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

EventMakeCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

Authenticate::handle()

mixed handle(Request $request, Closure $next, string[] $guards) Handle an incoming request. Parameters Request $request Closure $next string[] $guards Return Value mixed Exceptions AuthenticationException

RollbackCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

MySqlConnection::selectFromWriteConnection()

array selectFromWriteConnection(string $query, array $bindings = array()) Run a select statement against the database. Parameters string $query array $bindings Return Value array