Application::offsetExists()

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

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

SQLiteGrammar::setTablePrefix()

$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this

Collection::combine()

Collection combine(mixed $values) Create a collection by using this collection for keys and another for its values. Parameters mixed $values Return Value Collection