Class NamespacedAttributeBag
This class provides structured storage of session attributes using a name spacing character in the key.
- Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag implements Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface, IteratorAggregate, Countable
- Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag
Namespace: Symfony\Component\HttpFoundation\Session\Attribute
Author: Drak <drak@zikula.org>
Located at laravel/vendor/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php
Author: Drak <drak@zikula.org>
Located at laravel/vendor/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php
public
|
#
__construct( string $storageKey = '_sf2_attributes', string $namespaceCharacter = '/' )
Constructor. |
public
Boolean
|
|
public
mixed
|
|
public
|
|
public
mixed
|
|
protected
array
&
|
#
resolveAttributePath( string $name, boolean $writeContext = false )
Resolves a path in attributes property and returns it as a reference. |
protected
string
|
all(),
clear(),
count(),
getIterator(),
getName(),
getStorageKey(),
initialize(),
replace(),
setName()
|
private
string
|
$namespaceCharacter |
|
#
Namespace character. |
$attributes
|