string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string
stop() {@inheritdoc}
mixed reduce(callable $callback, mixed $initial = null) Reduce the collection to a single value. Parameters callable $callback mixed $initial Return Value mixed
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
Page 661 of 996