class AttributeBag implements AttributeBagInterface, IteratorAggregate, Countable
This class relates to session attribute storage.
Methods
__construct(string $storageKey = '_sf2_attributes') Constructor.
string getName() Gets this bag's name.
setName($name)
initialize(array $attributes) Initializes the Bag.
string getStorageKey() Gets the storage key for this bag.
bool has(string $name) Checks if an attribute is defined.
mixed get(string $name, mixed $defau