Class Zend_Auth_Storage_Session

Description

Implements interfaces:

  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Auth/Storage/Session.php (line 42)


	
			
Class Constant Summary
 MEMBER_DEFAULT = 'storage'
 NAMESPACE_DEFAULT = 'Zend_Auth'
Variable Summary
Method Summary
 Zend_Auth_Storage_Session __construct ([mixed $namespace = self::NAMESPACE_DEFAULT], [mixed $member = self::MEMBER_DEFAULT])
 void clear ()
 string getMember ()
 string getNamespace ()
 boolean isEmpty ()
 mixed read ()
 void write (mixed $contents)
Variables
mixed $_member (line 73)

Session object member

  • access: protected
mixed $_namespace (line 66)

Session namespace

  • access: protected
Zend_Session_Namespace $_session (line 59)

Object to proxy $_SESSION storage

  • access: protected
Methods
Constructor __construct (line 81)

Sets session storage options and initializes session namespace object

  • access: public
Zend_Auth_Storage_Session __construct ([mixed $namespace = self::NAMESPACE_DEFAULT], [mixed $member = self::MEMBER_DEFAULT])
  • mixed $namespace
  • mixed $member
clear (line 144)

Defined by Zend_Auth_Storage_Interface

  • access: public
void clear ()

Implementation of:
Zend_Auth_Storage_Interface::clear()
Clears contents from storage
getMember (line 103)

Returns the name of the session object member

  • access: public
string getMember ()
getNamespace (line 93)

Returns the session namespace

  • access: public
string getNamespace ()
isEmpty (line 113)

Defined by Zend_Auth_Storage_Interface

  • access: public
boolean isEmpty ()

Implementation of:
Zend_Auth_Storage_Interface::isEmpty()
Returns true if and only if storage is empty
read (line 123)

Defined by Zend_Auth_Storage_Interface

  • access: public
mixed read ()

Implementation of:
Zend_Auth_Storage_Interface::read()
Returns the contents of storage
write (line 134)

Defined by Zend_Auth_Storage_Interface

  • access: public
void write (mixed $contents)
  • mixed $contents

Implementation of:
Zend_Auth_Storage_Interface::write()
Writes $contents to storage
Class Constants
MEMBER_DEFAULT = 'storage' (line 52)

Default session object member name

NAMESPACE_DEFAULT = 'Zend_Auth' (line 47)

Default session namespace

Documentation generated on Wed, 21 Feb 2007 11:59:44 -0800 by phpDocumentor 1.3.1