PHP 클래스 Prado\TApplicationStatePersister
TApplicationStatePersister provides a file-based persistent storage
for application state. Application state, when serialized, is stored
in a file named 'global.cache' under the 'runtime' directory of the application.
Cache will be exploited if it is enabled.
파일 보기
프로젝트 열기: pradosoft/prado
공개 메소드들
메소드 |
설명 |
|
init ( $config ) |
Initializes module. |
|
load ( ) : mixed |
Loads application state from persistent storage. |
|
save ( $state ) |
Saves application state in persistent storage. |
|
보호된 메소드들
메소드 상세
getStateFilePath()
보호된 메소드
Loads application state from persistent storage.
Saves application state in persistent storage.