int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
void put(string $key, mixed $value, float|int $minutes) Store an item in the cache for a given number of minutes. Parameters string $key mixed $value float|int $minutes Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
void __unset(string $key) Unset an attribute on the model. Parameters string $key Return Value void
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
bool exists() Determine if any rows exist for the current query. Return Value bool
Application getLaravel() Get the Laravel application instance. Return Value Application
$this setRelations(array $relations) Set the entire relations array on the model. Parameters array $relations Return Value $this
Page 913 of 996