Searched refs:sampleFile (Results 1 – 1 of 1) sorted by relevance
64 var $sampleFile; // cache for sample variable in glossary89 $this->sampleFile = $this->cacheDir."sample.cache";538 if (file_exists ($this->sampleFile) &&539 (time () - filemtime ($this->sampleFile) < $this->getConf ('sampleDelai'))) {540 echo file_get_contents ($this->sampleFile);562 file_put_contents ($this->sampleFile, $text);