SessionHandlerProxy::destroy()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

destroy($sessionId) {@inheritdoc} Parameters

2025-01-10 15:47:30
Request::getCharsets()
  • References/PHP/Symfony/Component/HttpFoundation

array getCharsets() Gets a list of charsets acceptable by the client browser.

2025-01-10 15:47:30
Cookie::getName()
  • References/PHP/Symfony/Component/HttpFoundation

string getName() Gets the name of the cookie.

2025-01-10 15:47:30
RequestMatcher::matchAttribute()
  • References/PHP/Symfony/Component/HttpFoundation

matchAttribute(string $key, string $regexp) Adds a check for request attribute.

2025-01-10 15:47:30
SessionInterface::clear()
  • References/PHP/Symfony/Component/HttpFoundation/Session

clear() Clears all attributes.

2025-01-10 15:47:30
SessionInterface::isStarted()
  • References/PHP/Symfony/Component/HttpFoundation/Session

bool isStarted() Checks if the session was started.

2025-01-10 15:47:30
AbstractProxy::setId()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

setId(string $id) Sets the session ID. Parameters

2025-01-10 15:47:30
AutoExpireFlashBag::getStorageKey()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

string getStorageKey() Gets the storage key for this bag.

2025-01-10 15:47:30
MockArraySessionStorage::getName()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

mixed getName() Returns the session name.

2025-01-10 15:47:30
HeaderBag::remove()
  • References/PHP/Symfony/Component/HttpFoundation

remove(string $key) Removes a header. Parameters

2025-01-10 15:47:30