system system.base system.caching system.caching.dependencies system.collections system.console system.db system.db.ar system.db.schema system.db.schema.mssql system.db.schema.mysql system.db.schema.oci system.db.schema.pgsql system.db.schema.sqlite system.i18n system.i18n.gettext system.logging system.utils system.validators system.web system.web.actions system.web.auth system.web.filters system.web.helpers system.web.renderers system.web.services system.web.widgets system.web.widgets.captcha system.web.widgets.pagers

IStatePersister

system.base
继承 interface IStatePersister
子类 CStatePersister
可用自 1.0
版本 $Id$
IStatePersister is the interface that must be implemented by state persister calsses.

This interface must be implemented by all state persister classes (such as CStatePersister.

公共方法

隐藏继承的方法

方法描述被定义在
load() Loads state data from a persistent storage. IStatePersister
save() Saves state data into a persistent storage. IStatePersister

方法详情

load() 方法
abstract public mixed load()
{return} mixed the state

Loads state data from a persistent storage.

save() 方法
abstract public void save(mixed $state)
$state mixed the state to be saved

Saves state data into a persistent storage.