Constructor.
string $storageKey Session storage key.:
string $namespaceCharacter Namespace character to use in keys.:
Overrides AttributeBag::__construct
public function __construct($storageKey = '_sf2_attributes', $namespaceCharacter = '/') {
$this->namespaceCharacter = $namespaceCharacter;
parent::__construct($storageKey);
}