Home
last modified time | relevance | path

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

/dokuwiki/inc/Ui/Media/
H A DDisplayTile.php22 'image' => $this->mediaFile->getId(),
23 'ns' => getNS($this->mediaFile->getId()),
37 echo '<a id="l_:' . $this->mediaFile->getId() . '" class="image thumb" href="' . $this->mmUrl . '">';
43 echo '<a href="' . $this->mmUrl . '" id="h_:' . $this->mediaFile->getId() . '">' .
H A DDisplay.php37 $src = ml($this->mediaFile->getId(), ['w' => $w, 'h' => $h]);
117 $id = $this->mediaFile->getId();
H A DDisplayRow.php18 $id = $this->mediaFile->getId();
61 $id = $this->mediaFile->getId();
/dokuwiki/inc/File/
H A DMediaFile.php36 public function getId()
34 public function getId() global() function in dokuwiki\\File\\MediaFile
H A DPageFile.php37 public function getId() function in dokuwiki\\File\\PageFile