AttributeBag::initialize()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Attribute

initialize(array $attributes) Initializes the Bag.

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

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

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

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

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

ArrayIterator getIterator()

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

array all() Returns attributes. Return

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

mixed remove(string $name) Removes an attribute.

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

mixed clear() Clears out data from bag.

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

interface AttributeBagInterface implements

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

mixed remove(string $name) Removes an attribute.

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

string getName() Gets this bag's name.

2025-01-10 15:47:30