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])
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

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

Method Details

load() public méthode

Loads state from a persistent storage.
public load ( ) : mixed
Résultat mixed the state

save() public méthode

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