Exists::where()

$this where(string $column, string $value = null) Set a "where" constraint on the query. Parameters string $column string $value Return Value $this

EventMakeCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

SortedMiddleware::first()

mixed first(callable $callback = null, mixed $default = null) Get the first item from the collection. Parameters callable $callback mixed $default Return Value mixed

User::hydrate()

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

MorphPivot::getMutatedAttributes()

array getMutatedAttributes() Get the mutated attributes for a given instance. Return Value array

TaggedCache::forget()

bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool

Model::getCasts()

array getCasts() Get the casts array. Return Value array

Request::toArray()

array toArray() Get all of the input and files for the request. Return Value array

DatabaseNotification::__get()

mixed __get(string $key) Dynamically retrieve attributes on the model. Parameters string $key Return Value mixed

DatabaseNotificationCollection::every()

Collection every(int $step, int $offset) Create a new collection consisting of every n-th element. Parameters int $step int $offset Return Value Collection