DatabaseNotificationCollection::containsStrict()

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::leftJoinWhere()

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

AuthenticatesUsers::logout()

Response logout(Request $request) Log the user out of the application. Parameters Request $request Return Value Response

Collection::transform()

$this transform(callable $callback) Transform each item in the collection using a callback. Parameters callable $callback Return Value $this

Model::fill()

$this fill(array $attributes) Fill the model with an array of attributes. Parameters array $attributes Return Value $this Exceptions MassAssignmentException

SqlServerConnection::logging()

bool logging() Determine whether we're logging queries. Return Value bool

Collection::combine()

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

Htmlable interface Htmlable (View source) Methods string toHtml() Get content as a string of HTML.

Factory::getCurrentUrl()

string getCurrentUrl() Get the root URL for the request. Return Value string

DatabaseNotificationCollection::__toString()

string __toString() Convert the collection to its string representation. Return Value string