Router::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

RetryCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

TableCommand::option()

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

RestartCommand::info()

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

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.

SubscribeCommand deprecated::fire()

void fire() Execute the console command. Return Value void Exceptions RuntimeException

MorphOneOrMany::match()

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

SessionInterface::exists()

bool exists(string|array $key) Checks if an attribute exists. Parameters string|array $key Return Value bool

Connection::transactionLevel()

int transactionLevel() Get the number of active transactions. Return Value int

Connection::pretending()

bool pretending() Determine if the connection in a "dry run". Return Value bool