static void fake() Replace the bound instance with a fake. Return Value void
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
mixed|array getOriginal(string|null $key = null, mixed $default = null) Get the model's original attribute values. Parameters string|null $key mixed $default Return Value mixed|array
bool check() Determine if the current user is authenticated. Return Value bool
void setDispatcher(Dispatcher $events) Set the event dispatcher instance. Parameters Dispatcher $events Return Value void
void offsetSet(mixed $offset, mixed $value) Set the value for a given offset. Parameters mixed $offset mixed $value Return Value void
void logout() Log the user out of the application. Return Value void
void forget(string $event) Remove a set of listeners from the dispatcher. Parameters string $event Return Value void
bool isVerbose() Returns whether verbosity is verbose (-v). Return Value bool
bool|int update(array $attributes = array()) Update the model in the database. Parameters array $attributes Return Value bool|int
Page 265 of 996