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

class AbstractProxy AbstractProxy. Methods

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

setName($name) Parameters $name

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

SessionBagInterface

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

MetadataBag

2025-01-10 15:47:30
AttributeBag::count()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Attribute

int count() Returns the number of attributes.

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

class NativeSessionStorage implements

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

bool has(string $type) Has flash messages for a given type?

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

bool start() Starts the session storage.

2025-01-10 15:47:30
AttributeBag::has()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Attribute

bool has(string $name) Checks if an attribute is defined.

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

bool regenerate(bool $destroy = false, int $lifetime = null) Regenerates id that represents this

2025-01-10 15:47:30