mixed later(DateTime|int $delay, Mailable $mailable) Deliver the queued message after the given delay. Parameters DateTime|int $delay Mailable $mailable Return Value mixed
string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string
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
Application getLaravel() Get the Laravel application instance. Return Value Application
bool exists() Determine if any rows exist for the current query. Return Value bool
PasswordBroker broker() Get the broker to be used during password reset. Return Value PasswordBroker
string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string
void __unset(string $key) Unset an attribute on the model. Parameters string $key Return Value void
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
Page 114 of 996