ClassInterface Zend_Auth_Storage_Interface

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

Located in /Zend/Auth/Storage/Interface.php (line 30)


	
			
Method Summary
 void clear ()
 boolean isEmpty ()
 mixed read ()
 void write (mixed $contents)
Methods
clear (line 65)

Clears contents from storage

  • access: public
  • throws: Zend_Auth_Storage_Exception If clearing contents from storage is impossible
void clear ()
isEmpty (line 38)

Returns true if and only if storage is empty

  • access: public
  • throws: Zend_Auth_Storage_Exception If it is impossible to determine whether storage is empty
boolean isEmpty ()
read (line 48)

Returns the contents of storage

Behavior is undefined when storage is empty.

  • access: public
  • throws: Zend_Auth_Storage_Exception If reading contents from storage is impossible
mixed read ()
write (line 57)

Writes $contents to storage

  • access: public
  • throws: Zend_Auth_Storage_Exception If writing $contents to storage is impossible
void write (mixed $contents)
  • mixed $contents

Documentation generated on Wed, 21 Feb 2007 11:52:14 -0800 by phpDocumentor 1.3.1