SortedMiddleware::push()

$this push(mixed $value) Push an item onto the end of the collection. Parameters mixed $value Return Value $this

MySqlConnection::select()

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

TestCase::dump()

void dump() Dump the content from the last response. Return Value void

FormRequest::toArray()

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

Factory::getTranslator()

TranslatorInterface getTranslator() Get the translator instance. Return Value TranslatorInterface

Builder::findOrFail()

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

Pivot::getRelation()

mixed getRelation(string $relation) Get a specified relationship. Parameters string $relation Return Value mixed

DatabaseNotification::saving()

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

DatabaseNotification::with()

static Builder|Model with(array|string $relations) Begin querying a model with eager loading. Parameters array|string $relations Return Value Builder|Model

NotificationFake::hasSent()

bool hasSent(mixed $notifiable, string $notification) Determine if there are more notifications left to inspect. Parameters mixed $notifiable string $notification Return Value bool