Definition at line 26 of file ThumbsGUI.php.
◆ __construct()
Definition at line 31 of file ThumbsGUI.php.
35 $this->thumbs_manager = $this->domain->thumbs();
◆ getThumbHtml()
ILIAS\MediaObjects\Thumbs\ThumbsGUI::getThumbHtml |
( |
int |
$mob_id | ) |
|
Definition at line 38 of file ThumbsGUI.php.
References Vendor\Package\$f, and $r.
40 $mob = new \ilObjMediaObject($mob_id);
41 $f = $this->gui->ui()->factory();
42 $r = $this->gui->ui()->renderer();
43 $im =
$f->image()->responsive(
44 $this->thumbs_manager->getThumbSrc($mob_id),
47 return "<div class='ilMediaPoolPreviewThumbnail'>" .
◆ $media_manager
◆ $thumbs_manager
ThumbsManager ILIAS\MediaObjects\Thumbs\ThumbsGUI::$thumbs_manager |
|
private |
The documentation for this class was generated from the following file: