PHP Класс Prado\Caching\TGlobalStateCacheDependency

TGlobalStateCacheDependency checks if a global state is changed or not. If the global state is changed, the dependency is reported as changed. To specify which global state this dependency should check with, set {@link setStateName StateName} to the name of the global state.
С версии: 3.1.0
Автор: Qiang Xue ([email protected])
Наследование: extends TCacheDependency
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( $name ) Constructor.
getHasChanged ( ) : boolean Performs the actual dependency checking.
getStateName ( ) : string
setStateName ( $value )

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( $name )

getHasChanged() публичный Метод

This method returns true if the specified global state is changed.
public getHasChanged ( ) : boolean
Результат boolean whether the dependency is changed or not.

getStateName() публичный Метод

public getStateName ( ) : string
Результат string the name of the global state

setStateName() публичный Метод

См. также: TApplication::setGlobalState
public setStateName ( $value )