Prado\TApplicationStatePersister::getStateFilePath PHP Метод

getStateFilePath() защищенный Метод

protected getStateFilePath ( ) : string
Результат string the file path storing the application state
    protected function getStateFilePath()
    {
        return $this->getApplication()->getRuntimePath() . '/global.cache';
    }
TApplicationStatePersister