Prado\Caching\TApplicationStateCacheDependency::getHasChanged PHP 메소드

getHasChanged() 공개 메소드

This method returns true if the currently running application is not in performance mode.
public getHasChanged ( ) : boolean
리턴 boolean whether the dependency is changed or not.
    public function getHasChanged()
    {
        return Prado::getApplication()->getMode() !== TApplicationMode::Performance;
    }
TApplicationStateCacheDependency