|
MetadataBag |
vendor/symfony/http-foundation/Session/Storage/MetadataBag.php |
Metadata container. |
|
MockArraySessionStorage |
vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php |
MockArraySessionStorage mocks the session for unit tests. |
|
MockFileSessionStorage |
vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php |
MockFileSessionStorage is used to mock sessions for
functional testing when done in a single PHP process. |
|
NativeSessionStorage |
vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php |
This provides a base class for session attribute storage. |
|
PhpBridgeSessionStorage |
vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php |
Allows session to be started by PHP and managed by Symfony. |
|
SessionStorageInterface |
vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php |
StorageInterface. |