mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
SendsPasswordResetEmails trait SendsPasswordResetEmails (View source) Methods Response showLinkRequestForm() Display the form to request a password reset link. RedirectResponse sendResetLinkEmail(Request $request) Send a reset link to the given user. PasswordBroker broker() Get the broker to be used during password reset.
void fire() Execute the console command. Return Value void Exceptions RuntimeException
abstract array match(array $models, Collection $results, string $relation) Match the eagerly loaded results to their parents. Parameters array $models Collection $results string $relation Return Value array
bool exists(string|array $key) Checks if an attribute exists. Parameters string|array $key Return Value bool
int transactionLevel() Get the number of active transactions. Return Value int
bool pretending() Determine if the connection in a "dry run". Return Value bool
Page 43 of 996