ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilImagePathResolver.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 {
25  public function resolveImagePath(string $image_path): string
26  {
27  return ilUtil::getImagePath($image_path);
28  }
29 }
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.
resolveImagePath(string $image_path)