Zend Framework
1.12
|
Public Member Functions | |
__construct ($namespace=self::NAMESPACE_DEFAULT, $member=self::MEMBER_DEFAULT) | |
Sets session storage options and initializes session namespace object. | |
getNamespace () | |
Returns the session namespace. | |
getMember () | |
Returns the name of the session object member. | |
isEmpty () | |
Defined by Zend_Auth_Storage_Interface. | |
read () | |
Defined by Zend_Auth_Storage_Interface. | |
write ($contents) | |
Defined by Zend_Auth_Storage_Interface. | |
clear () | |
Defined by Zend_Auth_Storage_Interface. | |
Public Attributes | |
const | NAMESPACE_DEFAULT = 'Zend_Auth' |
Default session namespace. | |
const | MEMBER_DEFAULT = 'storage' |
Default session object member name. | |
Protected Attributes | |
$_session | |
$_namespace | |
$_member | |
__construct | ( | $namespace = self::NAMESPACE_DEFAULT , |
|
$member = self::MEMBER_DEFAULT |
|||
) |
Sets session storage options and initializes session namespace object.
mixed | $namespace | |
mixed | $member |
clear | ( | ) |
getMember | ( | ) |
Returns the name of the session object member.
getNamespace | ( | ) |
Returns the session namespace.
isEmpty | ( | ) |
read | ( | ) |
write | ( | $contents | ) |
Defined by Zend_Auth_Storage_Interface.
mixed | $contents |
Implements Zend_Auth_Storage_Interface.
|
protected |
|
protected |
|
protected |
const MEMBER_DEFAULT = 'storage' |
Default session object member name.
const NAMESPACE_DEFAULT = 'Zend_Auth' |
Default session namespace.