Interface IStatePersister

Description

IStatePersister class.

This interface must be implemented by all state persister classes (such as TPageStatePersister, TApplicationStatePersister.

  • since: 3.0
  • version: $Id: interfaces.php 1568 2006-12-09 09:17:22Z wei $
  • author: Qiang Xue <qiang.xue@gmail.com>

Located in /interfaces.php (line 158)


	
			
Method Summary
mixed load ()
void save (mixed $state)
Methods
load (line 164)

Loads state from a persistent storage.

  • return: the state
  • access: public
mixed load ()
save (line 169)

Saves state into a persistent storage.

  • access: public
void save (mixed $state)
  • mixed $state: the state to be saved

Documentation generated on Sun, 14 Jan 2007 21:40:29 -0500 by phpDocumentor 1.3.0RC4