SortedMiddleware::getCachingIterator()

CachingIterator getCachingIterator(int $flags = CachingIterator::CALL_TOSTRING) Get a CachingIterator instance. Parameters int $flags Return Value CachingIterator

HasManyThrough::getForeignKey()

string getForeignKey() Get the qualified foreign key on the related model. Return Value string

MakesHttpRequests::handle()

$this handle(Request $request) Send the given request through the application. This method allows you to fully customize the entire Request object. Parameters Request $request Return Value $this

View::with()

$this with(string|array $key, mixed $value = null) Add a piece of data to the view. Parameters string|array $key mixed $value Return Value $this

Translation

Illuminate\Translation Classes FileLoader TranslationServiceProvider Translator

ConnectionInterface::prepareBindings()

array prepareBindings(array $bindings) Prepare the query bindings for execution. Parameters array $bindings Return Value array

UrlGenerator::full()

string full() Get the full URL for the current request. Return Value string

SeedCommand::choice()

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value bool

JoinClause::whereNested()

Builder|Builder whereNested(Closure $callback, string $boolean = 'and') Add a nested where statement to the query. Parameters Closure $callback string $boolean Return Value Builder|Builder

RedirectResponse::withException()

$this withException(Exception $e) Set the exception to attach to the response. Parameters Exception $e Return Value $this