PHP Interface Prado\IStatePersister
This interface must be implemented by all state persister classes (such as
{@link TPageStatePersister}, {@link TApplicationStatePersister}.
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
Loads state from a persistent storage.
Saves state into a persistent storage.