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.
Показать файл
Открыть проект
Открытые методы
Метод |
Описание |
|
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.