Home
last modified time | relevance | path

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

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