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

ConnectionInterface::prepareBindings()

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

Translation

Illuminate\Translation Classes FileLoader TranslationServiceProvider Translator

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

Paginator::url()

string url(int $page) Get the URL for a given page number. Parameters int $page Return Value string

NotificationFake::channel()

mixed channel(string|null $name = null) Get a channel instance by name. Parameters string|null $name Return Value mixed