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