PHP 인터페이스 Prado\IStatePersister

This interface must be implemented by all state persister classes (such as {@link TPageStatePersister}, {@link TApplicationStatePersister}.
부터: 3.0
저자: Qiang Xue ([email protected])
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
load ( ) : mixed Loads state from a persistent storage.
save ( $state ) Saves state into a persistent storage.

메소드 상세

load() 공개 메소드

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

save() 공개 메소드

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