Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php181 $this->mkdirRecursive(dirname($this->mapCacheIDToFilename()), 0777);
182 imagepng($this->image, $this->mapCacheIDToFilename(), 9);
184 $doc = $this->mapCacheIDToFilename();
266 $filename = $this->mapCacheIDToFilename();
278 public function mapCacheIDToFilename(): string
355 public function mapCacheIDToFilename(): string { global() function in dokuwiki\\plugin\\openlayersmap\\StaticMap