1832. Class

1832.1. Zend\Authentication\Storage\Session

1832.1.1. Methods

1832.1.1.1. __construct

__construct()

Sets session storage options and initializes session namespace object

Parameters:
  • mixed
  • mixed
  • SessionManager

1832.1.1.2. getNamespace

getNamespace()

Returns the session namespace

Return type:string

1832.1.1.3. getMember

getMember()

Returns the name of the session object member

Return type:string

1832.1.1.4. isEmpty

isEmpty()

Defined by ZendAuthenticationStorageStorageInterface

Return type:bool

1832.1.1.5. read

read()

Defined by ZendAuthenticationStorageStorageInterface

Return type:mixed

1832.1.1.6. write

write()

Defined by ZendAuthenticationStorageStorageInterface

Parameters:mixed
Return type:void

1832.1.1.7. clear

clear()

Defined by ZendAuthenticationStorageStorageInterface

Return type:void

1832.1.2. Constants

1832.1.2.1. NAMESPACE_DEFAULT

Default session namespace

1832.1.2.2. MEMBER_DEFAULT

Default session object member name