ClassInterface Zend_Auth_Storage_Interface

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

Located in /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

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

Returns true if and only if storage is empty

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

Returns the contents of storage

Behavior is undefined when storage is empty.

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

Writes $contents to storage

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

Documentation generated on Sun, 27 May 2007 23:25:10 -0700 by phpDocumentor 1.3.2