ViewErrorBag::__set()

void __set(string $key, MessageBag $value) Dynamically set a view error bag. Parameters string $key MessageBag $value Return Value void

CacheBasedSessionHandler::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data

ForgetFailedCommand::option()

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

StatefulGuard::loginUsingId()

Authenticatable loginUsingId(mixed $id, bool $remember = false) Log the given user ID into the application. Parameters mixed $id bool $remember Return Value Authenticatable

Factory::setRequest()

void setRequest(Request $request) Set the active request instance. Parameters Request $request Return Value void

Guard::__construct()

void __construct(UserProvider $provider, SessionInterface $session, Request $request = null) Create a new authentication guard. Parameters UserProvider $provider SessionInterface $session Request $request Return Value void

Route::parametersWithoutNulls()

array parametersWithoutNulls() Get the key / value list of parameters without null values. Return Value array

RestartCommand::fire()

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

CallbackEvent::days()

$this days(array|mixed $days) Set the days of the week the command should run on. Parameters array|mixed $days Return Value $this

CacheManager::store()

mixed store(string|null $name = null) Get a cache store instance by name. Parameters string|null $name Return Value mixed