PhpBridgeSessionStorageFactory
in package
implements
SessionStorageFactoryInterface
Tags
Interfaces, Classes and Traits
Table of Contents
- $handler : mixed
- $metaBag : mixed
- $secure : mixed
- __construct() : mixed
- createStorage() : SessionStorageInterface
- Creates a new instance of SessionStorageInterface.
Properties
$handler
private
mixed
$handler
$metaBag
private
mixed
$metaBag
$secure
private
mixed
$secure
Methods
__construct()
public
__construct([mixed $handler = null ][, MetadataBag|null $metaBag = null ][, bool $secure = false ]) : mixed
Parameters
- $handler : mixed = null
- $metaBag : MetadataBag|null = null
- $secure : bool = false
Tags
Return values
mixed —createStorage()
Creates a new instance of SessionStorageInterface.
public
createStorage(Request|null $request) : SessionStorageInterface
Parameters
- $request : Request|null