$this push(mixed $value) Push an item onto the end of the collection. Parameters mixed $value Return Value $this
array select(string $query, array $bindings = array(), bool $useReadPdo = true) Run a select statement against the database. Parameters string $query array $bindings bool $useReadPdo Return Value array
void dump() Dump the content from the last response. Return Value void
array toArray() Get all of the input and files for the request. Return Value array
TranslatorInterface getTranslator() Get the translator instance. Return Value TranslatorInterface
Model|Collection findOrFail(mixed $id, array $columns = array('*')) Find a model by its primary key or throw an exception. Parameters mixed $id array $columns Return Value Model|Collection Exceptions ModelNotFoundException
mixed getRelation(string $relation) Get a specified relationship. Parameters string $relation Return Value mixed
static void saving(Closure|string $callback, int $priority) Register a saving model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
static Builder|Model with(array|string $relations) Begin querying a model with eager loading. Parameters array|string $relations Return Value Builder|Model
bool hasSent(mixed $notifiable, string $notification) Determine if there are more notifications left to inspect. Parameters mixed $notifiable string $notification Return Value bool
Page 969 of 996