bool containsStrict(mixed $key, mixed $value = null) Determine if an item exists in the collection using strict comparison. Parameters mixed $key mixed $value Return Value bool
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
Response logout(Request $request) Log the user out of the application. Parameters Request $request Return Value Response
$this transform(callable $callback) Transform each item in the collection using a callback. Parameters callable $callback Return Value $this
$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
Collection combine(mixed $values) Create a collection by using this collection for keys and another for its values. Parameters mixed $values Return Value Collection
Htmlable interface Htmlable (View source) Methods string toHtml() Get content as a string of HTML.
string getCurrentUrl() Get the root URL for the request. Return Value string
string __toString() Convert the collection to its string representation. Return Value string
Page 720 of 996