Documentation

NativeSessionStorageFactory
in package
implements SessionStorageFactoryInterface

Tags
author

Jérémy Derussé jeremy@derusse.com

Interfaces, Classes and Traits

SessionStorageFactoryInterface

Table of Contents

$handler  : mixed
$metaBag  : mixed
$options  : mixed
$secure  : mixed
__construct()  : mixed
createStorage()  : SessionStorageInterface
Creates a new instance of SessionStorageInterface.

Properties

Methods

__construct()

public __construct([array<string|int, mixed> $options = [] ][, mixed $handler = null ][, MetadataBag|null $metaBag = null ][, bool $secure = false ]) : mixed
Parameters
$options : array<string|int, mixed> = []
$handler : mixed = null
$metaBag : MetadataBag|null = null
$secure : bool = false
Tags
see
NativeSessionStorage

constructor.

Return values
mixed

Search results