PHP Interface Prado\IStatePersister

This interface must be implemented by all state persister classes (such as {@link TPageStatePersister}, {@link TApplicationStatePersister}.
Since: 3.0
Author: Qiang Xue ([email protected])
显示文件 Open project: pradosoft/prado

Public Methods

Method Description
load ( ) : mixed Loads state from a persistent storage.
save ( $state ) Saves state into a persistent storage.

Method Details

load() public method

Loads state from a persistent storage.
public load ( ) : mixed
return mixed the state

save() public method

Saves state into a persistent storage.
public save ( $state )