category Zend
package Zend_Auth
subpackage Storage
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Sets session storage options and initializes session namespace object

__construct(mixed $namespace = self::NAMESPACE_DEFAULT, mixed $member = self::MEMBER_DEFAULT

Parameters

$namespace

mixed

$member

mixed

Defined by Zend_Auth_Storage_Interface

clear() : void
inherited_from \Zend_Auth_Storage_Interface::clear()

Returns the name of the session object member

getMember() : string

Returns

string

Returns the session namespace

getNamespace() : string

Returns

string

Defined by Zend_Auth_Storage_Interface

isEmpty() : boolean
inherited_from \Zend_Auth_Storage_Interface::isEmpty()

Returns

boolean

Defined by Zend_Auth_Storage_Interface

read() : mixed

Behavior is undefined when storage is empty.

inherited_from \Zend_Auth_Storage_Interface::read()

Returns

mixed

Defined by Zend_Auth_Storage_Interface

write(mixed $contents) : void
inherited_from \Zend_Auth_Storage_Interface::write()

Parameters

$contents

mixed

 Properties

 

Session object member

$_member : mixed

Default

 

Session namespace

$_namespace : mixed

Default

 

Object to proxy $_SESSION storage

$_session : \Zend_Session_Namespace

Default

 Constants

 

Default session object member name

MEMBER_DEFAULT = 'storage' 
 

Default session namespace

NAMESPACE_DEFAULT = 'Zend_Auth'