string getForeignKey() Get the foreign key for the relationship. Return Value string
bool contains(mixed $key, mixed $value = null) Determine if a key exists in the collection. Parameters mixed $key mixed $value Return Value bool
array getOperators() Get the gramar specific operators. Return Value array
$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
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
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
mixed scopes(array $scopes) Add the given scopes to the current builder instance. Parameters array $scopes Return Value mixed
$this view(string $view, array $data = array()) Set the view for the mail message. Parameters string $view array $data Return Value $this
$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
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
Page 102 of 996