$attributes
$attributes :
This class provides structured storage of session attributes using a name spacing character in the key.
resolveAttributePath(string $name, boolean $writeContext = false) : array
Resolves a path in attributes property and returns it as a reference.
This method allows structured namespacing of session attributes.
string | $name | Key name |
boolean | $writeContext | Write context, default false |