Interface IStatePersister

Description

IStatePersister class.

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

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: interfaces.php 2996 2011-06-20 15:24:57Z ctrlaltca@gmail.com $
  • since: 3.0

Located in /interfaces.php (line 166)


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

Loads state from a persistent storage.

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

Saves state into a persistent storage.

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

Documentation generated on Mon, 25 Jun 2012 14:36:48 +0200 by phpDocumentor 1.4.3