SessionFactory
in package
implements
SessionFactoryInterface
Tags
Table of Contents
Interfaces
Properties
- $requestStack : mixed
- $storageFactory : mixed
- $usageReporter : Closure|null
Methods
- __construct() : mixed
- createSession() : SessionInterface
Properties
$requestStack
private
mixed
$requestStack
$storageFactory
private
mixed
$storageFactory
$usageReporter
private
Closure|null
$usageReporter
Methods
__construct()
public
__construct(RequestStack $requestStack, SessionStorageFactoryInterface $storageFactory[, callable $usageReporter = null ]) : mixed
Parameters
- $requestStack : RequestStack
- $storageFactory : SessionStorageFactoryInterface
- $usageReporter : callable = null
createSession()
public
createSession() : SessionInterface