FailedTableCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

DatabaseNotification::touches()

bool touches(string $relation) Determine if the model touches a given relation. Parameters string $relation Return Value bool

Model::newCollection()

Collection newCollection(array $models = array()) Create a new Eloquent Collection instance. Parameters array $models Return Value Collection

WorkCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

NexmoSmsChannel::send()

Message send(mixed $notifiable, Notification $notification) Send the given notification. Parameters mixed $notifiable Notification $notification Return Value Message

Collection::avg()

mixed avg(callable|string|null $callback = null) Get the average value of a given key. Parameters callable|string|null $callback Return Value mixed

Pivot::getConnection()

Connection getConnection() Get the database connection for the model. Return Value Connection

DatabaseNotification::__wakeup()

void __wakeup() When a model is being unserialized, check if it needs to be booted. Return Value void

SeedCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

FailedTableCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool