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

MailMessage::view()

$this view(string $view, array $data = array()) Set the view for the mail message. Parameters string $view array $data Return Value $this

MailMessage::attachData()

$this attachData(string $data, string $name, array $options = array()) Attach in-memory data as an attachment. Parameters string $data string $name array $options Return Value $this

Arr::last()

static mixed last(array $array, callable $callback = null, mixed $default = null) Return the last element in an array passing a given truth test. Parameters array $array callable $callback mixed $default Return Value mixed