Generator cursor() Get a generator for the given query. Return Value Generator
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
Response logout(Request $request) Log the user out of the application. Parameters Request $request Return Value Response
$this fill(array $attributes) Fill the model with an array of attributes. Parameters array $attributes Return Value $this Exceptions MassAssignmentException
bool logging() Determine whether we're logging queries. Return Value bool
void boot() Bootstrap the application events. Return Value void
int count() Count the number of items in the collection. Return Value int
Page 266 of 996