\Symfony\Component\HttpFoundation\Session\StoragePhpBridgeSessionStorageFactory

Summary

Methods
Properties
Constants
__construct()
createStorage()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$handler
$metaBag
$secure
N/A

Properties

$handler

$handler

$metaBag

$metaBag

$secure

$secure

Methods

__construct()

__construct(mixed  $handler = null, \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag  $metaBag = null, bool  $secure = false) : mixed

Parameters

mixed $handler
\Symfony\Component\HttpFoundation\Session\Storage\MetadataBag $metaBag
bool $secure

Returns

mixed —

createStorage()

createStorage(?\Symfony\Component\HttpFoundation\Request  $request) : \Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface

Creates a new instance of SessionStorageInterface.

Parameters

?\Symfony\Component\HttpFoundation\Request $request

Returns

\Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface —