$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden across the entire collection. Parameters array|string $attributes Return Value $this
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
int getFetchMode() Get the default fetch mode for the connection. Return Value int
$this mergeBindings(Builder $query) Merge an array of bindings into our bindings. Parameters Builder $query Return Value $this
array initRelation(array $models, string $relation) Initialize the relation on a set of models. Parameters array $models string $relation Return Value array
array allFiles(string|null $directory = null) Get all of the files from the given directory (recursive). Parameters string|null $directory Return Value array
$this assertResponseStatus(int $code) Assert that the client response has a given code. Parameters int $code Return Value $this
Factory interface Factory (View source) Methods Filesystem disk(string $name = null) Get a filesystem implementation.
void error(string $string) Write a string as error output. Parameters string $string Return Value void
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
Page 751 of 996