Searched refs:mediaFile (Results 1 – 3 of 3) sorted by relevance
10 protected $mediaFile; variable in dokuwiki\\Ui\\Media\\Display20 * @param MediaFile $mediaFile22 public function __construct(MediaFile $mediaFile) argument24 $this->mediaFile = $mediaFile;36 if ($this->mediaFile->isImage()) {37 $src = ml($this->mediaFile->getId(), ['w' => $w, 'h' => $h]);43 'alt' => $this->mediaFile->getDisplayName(),59 $link = 'lib/images/fileicons/svg/' . $this->mediaFile->getIcoClass() . '.svg';87 return dformat($this->mediaFile->getLastModified());98 $w = $this->mediaFile->getWidth();[all …]
16 public function __construct(MediaFile $mediaFile) argument18 parent::__construct($mediaFile);22 'image' => $this->mediaFile->getId(),23 'ns' => getNS($this->mediaFile->getId()),35 echo '<dl title="' . $this->mediaFile->getDisplayName() . '"' . $jump . '>';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() . '">' .
18 $id = $this->mediaFile->getId();19 $class = 'select mediafile mf_' . $this->mediaFile->getIcoClass();40 if ($this->mediaFile->isWritable() && $this->mediaFile->userPermission() >= AUTH_DELETE) {51 if ($this->mediaFile->isImage()) $this->showDetails();61 $id = $this->mediaFile->getId();71 $t = $this->mediaFile->getMeta()->getField(['IPTC.Headline', 'xmp.dc:title']);72 $d = $this->mediaFile->getMeta()->getField([79 … $k = $this->mediaFile->getMeta()->getField(['IPTC.Keywords', 'IPTC.Category', 'xmp.dc:subject']);