Collection newCollection(array $models = array()) Create a new Eloquent Collection instance. Parameters array $models Return Value Collection
Message send(mixed $notifiable, Notification $notification) Send the given notification. Parameters mixed $notifiable Notification $notification Return Value Message
mixed avg(callable|string|null $callback = null) Get the average value of a given key. Parameters callable|string|null $callback Return Value mixed
Connection getConnection() Get the database connection for the model. Return Value Connection
void __wakeup() When a model is being unserialized, check if it needs to be booted. Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
$this to(mixed $users) Set the recipients of the message. Parameters mixed $users Return Value $this
static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool
array provides() Get the services provided by the provider. Return Value array
Page 86 of 996