void offsetSet(mixed $offset, mixed $value) Set the value for a given offset. Parameters mixed $offset mixed $value Return Value void
void logout() Log the user out of the application. Return Value void
void forget(string $event) Remove a set of listeners from the dispatcher. Parameters string $event Return Value void
bool isVerbose() Returns whether verbosity is verbose (-v). Return Value bool
Generator cursor() Get a generator for the given query. Return Value Generator
bool|int update(array $attributes = array()) Update the model in the database. Parameters array $attributes Return Value bool|int
mixed max(string $column) Retrieve the maximum value of a given column. Parameters string $column Return Value mixed
string toHtml() Render the contents of the paginator to HTML. Return Value string
Builder|Builder leftJoinWhere(string $table, string $one, string $operator, string $two) Add a "join where" clause to the query. Parameters string $table string $one string $operator string $two Return Value Builder|Builder
$this transform(callable $callback) Transform each item in the collection using a callback. Parameters callable $callback Return Value $this
Page 263 of 996