bool offsetExists(string $key) Determine if a given offset exists. Parameters string $key Return Value bool
bool usesTimestamps() Determine if the model uses timestamps. Return Value bool
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
mixed aggregate(string $function, array $columns = array('*')) Execute an aggregate function on the database. Parameters string $function array $columns Return Value mixed
void disableFor(string|array $cookieName) Disable encryption for the given cookie name(s). Parameters string|array $cookieName Return Value void
string compileSavepointRollBack(string $name) Compile the SQL statement to execute a savepoint rollback. Parameters string $name Return Value string
string getFinish() Create the ending cap of a pagination slider. Return Value string
mixed makeListener(mixed $listener) Register an event listener with the dispatcher. Parameters mixed $listener Return Value mixed
$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
Collection combine(mixed $values) Create a collection by using this collection for keys and another for its values. Parameters mixed $values Return Value Collection
Page 261 of 996