NamespacedAttributeBag

NamespacedAttributeBag

class NamespacedAttributeBag extends AttributeBag

This class provides structured storage of session attributes using a name spacing character in the key.

Methods

<
__construct(string $storageKey = '_sf2_attributes', string $namespaceCharacter = '/')

Constructor.

string getName()

Gets this bag's name.

from AttributeBag