Class Session

Summary

Fully Qualified Name: Zend\Authentication\Storage\Session
Implements: StorageInterface

Description

Methods

Name Description Defined By
__construct() Sets session storage options and initializes session namespace object Session
clear() Defined by Zend\Authentication\Storage\StorageInterface Session
getMember() Returns the name of the session object member Session
getNamespace() Returns the session namespace Session
isEmpty() Defined by Zend\Authentication\Storage\StorageInterface Session
read() Defined by Zend\Authentication\Storage\StorageInterface Session
write() Defined by Zend\Authentication\Storage\StorageInterface Session

Method Details

__construct()

Sets session storage options and initializes session namespace object

Parameter Name Type Description
$namespace mixed
$member mixed
$manager \SessionManager

Returns:

clear()

Defined by Zend\Authentication\Storage\StorageInterface

Returns: void

getMember()

Returns the name of the session object member

Returns: string

getNamespace()

Returns the session namespace

Returns: string

isEmpty()

Defined by Zend\Authentication\Storage\StorageInterface

Returns: bool

read()

Defined by Zend\Authentication\Storage\StorageInterface

Returns: mixed

write()

Defined by Zend\Authentication\Storage\StorageInterface

Parameter Name Type Description
$contents mixed

Returns: void

Top