SessionServiceProvider::provides()
  • References/PHP/Laravel/Session

array provides() Get the services provided by the provider.

2025-01-10 15:47:30
SessionServiceProvider::compiles()
  • References/PHP/Laravel/Session

static array compiles() Get a list of files that should be compiled

2025-01-10 15:47:30
SessionTableCommand::getOutput()
  • References/PHP/Laravel/Session/Console

OutputInterface getOutput() Get the output implementation.

2025-01-10 15:47:30
EncryptedStore::handlerNeedsRequest()
  • References/PHP/Laravel/Session

bool handlerNeedsRequest() Determine if the session handler needs a request

2025-01-10 15:47:30
CommandsServiceProvider::isDeferred()
  • References/PHP/Laravel/Session

bool isDeferred() Determine if the provider is deferred.

2025-01-10 15:47:30
Store::isValidId()
  • References/PHP/Laravel/Session

bool isValidId(string $id) Determine if this is a valid session ID.

2025-01-10 15:47:30
SessionTableCommand::hasArgument()
  • References/PHP/Laravel/Session/Console

bool hasArgument(string|int $name) Determine if the given argument is present

2025-01-10 15:47:30
EncryptedStore::registerBag()
  • References/PHP/Laravel/Session

registerBag(SessionBagInterface $bag) {@inheritdoc}

2025-01-10 15:47:30
Store::__construct()
  • References/PHP/Laravel/Session

void __construct(string $name, SessionHandlerInterface $handler, string|null $id =

2025-01-10 15:47:30
CacheBasedSessionHandler
  • References/PHP/Laravel/Session

CacheBasedSessionHandler class CacheBasedSessionHandler implements

2025-01-10 15:47:30