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