JoinClause::whereNotBetween()

Builder|Builder whereNotBetween(string $column, array $values, string $boolean = 'and') Add a where not between statement to the query. Parameters string $column array $values string $boolean Return Value Builder|Builder

Application::offsetExists()

bool offsetExists(string $key) Determine if a given offset exists. Parameters string $key Return Value bool

ConsoleMakeCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

Pivot::usesTimestamps()

bool usesTimestamps() Determine if the model uses timestamps. Return Value bool

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

JoinClause::aggregate()

mixed aggregate(string $function, array $columns = array('*')) Execute an aggregate function on the database. Parameters string $function array $columns Return Value mixed

EncryptCookies::disableFor()

void disableFor(string|array $cookieName) Disable encryption for the given cookie name(s). Parameters string|array $cookieName Return Value void

SQLiteGrammar::compileSavepointRollBack()

string compileSavepointRollBack(string $name) Compile the SQL statement to execute a savepoint rollback. Parameters string $name Return Value string

Presenter::getFinish()

string getFinish() Create the ending cap of a pagination slider. Return Value string

Dispatcher::makeListener()

mixed makeListener(mixed $listener) Register an event listener with the dispatcher. Parameters mixed $listener Return Value mixed