You are here

protected property NativeSessionStorage::$bags in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage::bags

Array of SessionBagInterface.

Type: SessionBagInterface[]

File

vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php, line 32

Class

NativeSessionStorage
This provides a base class for session attribute storage.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

protected $bags;