AbstractProxy
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

class AbstractProxy AbstractProxy. Methods

2025-01-10 15:47:30
MockFileSessionStorage
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

class MockFileSessionStorage extends

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

mixed remove(string $name) Removes an attribute.

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

clear() Clear all session data in memory.

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

registerBag(

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

bool start() Starts the session storage.

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

MetadataBag

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

save() Force the session to be saved and closed. This method must invoke sessionwriteclose()

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

bool start() Starts the session. Return

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

array all() Gets and clears flashes from the stack.

2025-01-10 15:47:30