Home
last modified time | relevance | path

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

/plugin/siteexport/action/
H A Dsendfile.php47 $event->data['file'] = $functions->getCacheFileNameForPattern();
/plugin/siteexport/
H A Dcron.php288 …FileExistsForFileWithPattern($this->siteexportAjax->functions->getCacheFileNameForPattern(), $name…
/plugin/siteexport/inc/
H A Dfilewriter.php159 $cacheFile = $this->functions->getCacheFileNameForPattern($pattern);
H A Dfunctions.php335 public function getCacheFileNameForPattern($PATTERN = null) function in siteexport_functions