Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php184 $this->mkdirRecursive(dirname($this->mapCacheIDToFilename()), 0777);
185 imagepng($this->image, $this->mapCacheIDToFilename(), 9);
187 $doc = $this->mapCacheIDToFilename();
269 $filename = $this->mapCacheIDToFilename();
292 public function mapCacheIDToFilename(): string function in dokuwiki\\plugin\\openlayersmap\\StaticMap