$this where(string $column, string $value = null) Set a "where" constraint on the query. Parameters string $column string $value Return Value $this
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
mixed first(callable $callback = null, mixed $default = null) Get the first item from the collection. Parameters callable $callback mixed $default Return Value mixed
static Collection hydrate(array $items, string|null $connection = null) Create a collection of models from plain arrays. Parameters array $items string|null $connection Return Value Collection
array getMutatedAttributes() Get the mutated attributes for a given instance. Return Value array
bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool
array getCasts() Get the casts array. Return Value array
array toArray() Get all of the input and files for the request. Return Value array
mixed __get(string $key) Dynamically retrieve attributes on the model. Parameters string $key Return Value mixed
Collection every(int $step, int $offset) Create a new collection consisting of every n-th element. Parameters int $step int $offset Return Value Collection
Page 123 of 996