MessageBag::has()

bool has(string|array $key) Determine if messages exist for all of the given keys. Parameters string|array $key Return Value bool

MorphPivot::getOtherKey()

string getOtherKey() Get the "other key" column name. Return Value string

BroadcastChannel::__construct()

void __construct(Dispatcher $events) Create a new database channel. Parameters Dispatcher $events Return Value void

MorphMany::getForeignKey()

string getForeignKey() Get the foreign key for the relationship. Return Value string

DatabaseNotificationCollection::contains()

bool contains(mixed $key, mixed $value = null) Determine if a key exists in the collection. Parameters mixed $key mixed $value Return Value bool

SqlServerGrammar::getOperators()

array getOperators() Get the gramar specific operators. Return Value array

MakesHttpRequests::assertRedirectedTo()

$this assertRedirectedTo(string $uri, array $with = array()) Assert whether the client was redirected to a given URI. Parameters string $uri array $with Return Value $this

ResponseFactory::stream()

StreamedResponse stream(Closure $callback, int $status = 200, array $headers = array()) Return a new streamed response from the application. Parameters Closure $callback int $status array $headers Return Value StreamedResponse

Repository::tags()

TaggedCache tags(array|mixed $names) Begin executing a new tags operation if the store supports it. Parameters array|mixed $names Return Value TaggedCache Exceptions BadMethodCallException

Builder::scopes()

mixed scopes(array $scopes) Add the given scopes to the current builder instance. Parameters array $scopes Return Value mixed