Collection::makeHidden()

$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden across the entire collection. Parameters array|string $attributes Return Value $this

RestartCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

SqlServerConnection::getFetchMode()

int getFetchMode() Get the default fetch mode for the connection. Return Value int

JoinClause::mergeBindings()

$this mergeBindings(Builder $query) Merge an array of bindings into our bindings. Parameters Builder $query Return Value $this

BelongsTo::initRelation()

array initRelation(array $models, string $relation) Initialize the relation on a set of models. Parameters array $models string $relation Return Value array

Filesystem::allFiles()

array allFiles(string|null $directory = null) Get all of the files from the given directory (recursive). Parameters string|null $directory Return Value array

MakesHttpRequests::assertResponseStatus()

$this assertResponseStatus(int $code) Assert that the client response has a given code. Parameters int $code Return Value $this

Factory

Factory interface Factory (View source) Methods Filesystem disk(string $name = null) Get a filesystem implementation.

FlushFailedCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

RetrievesMultipleKeys::many()

array many(array $keys) Retrieve multiple items from the cache by key. Items not found in the cache will have a null value. Parameters array $keys Return Value array