void __set(string $key, MessageBag $value) Dynamically set a view error bag. Parameters string $key MessageBag $value Return Value void
write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
Authenticatable loginUsingId(mixed $id, bool $remember = false) Log the given user ID into the application. Parameters mixed $id bool $remember Return Value Authenticatable
void setRequest(Request $request) Set the active request instance. Parameters Request $request Return Value void
void __construct(UserProvider $provider, SessionInterface $session, Request $request = null) Create a new authentication guard. Parameters UserProvider $provider SessionInterface $session Request $request Return Value void
array parametersWithoutNulls() Get the key / value list of parameters without null values. Return Value array
void fire() Execute the console command. Return Value void
$this days(array|mixed $days) Set the days of the week the command should run on. Parameters array|mixed $days Return Value $this
mixed store(string|null $name = null) Get a cache store instance by name. Parameters string|null $name Return Value mixed
Page 941 of 996