Home
last modified time | relevance | path

Searched refs:sampleFile (Results 1 – 1 of 1) sorted by relevance

/plugin/glossary/
H A Dglossary.class.php64 var $sampleFile; // cache for sample variable in glossary
89 $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);