namespace Symfony\Component\HttpFoundation\Session\Storage
Object name | File name | Summary |
---|---|---|
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 where you may need to persist session data across separate PHP processes. |
MockFileSessionStorageFactory | vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorageFactory.php | @author Jérémy Derussé <jeremy@derusse.com> |
NativeSessionStorage | vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php | This provides a base class for session attribute storage. |
NativeSessionStorageFactory | vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php | @author Jérémy Derussé <jeremy@derusse.com> |
PhpBridgeSessionStorage | vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php | Allows session to be started by PHP and managed by Symfony. |
PhpBridgeSessionStorageFactory | vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorageFactory.php | @author Jérémy Derussé <jeremy@derusse.com> |
SessionStorageFactoryInterface | vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php | @author Jérémy Derussé <jeremy@derusse.com> |
SessionStorageInterface | vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php | StorageInterface. |