ILIAS  release_8 Revision v8.24
class.ilImagePathResolver.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24{
25 public function resolveImagePath(string $image_path): string
26 {
27 return ilUtil::getImagePath($image_path);
28 }
29}
resolveImagePath(string $image_path)
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
Some Components need to resolve pathes to image-files.