ILIAS  release_7 Revision v7.30-3-g800a261c036
ilImagePathResolver Class Reference
+ Inheritance diagram for ilImagePathResolver:
+ Collaboration diagram for ilImagePathResolver:

Public Member Functions

 resolveImagePath (string $image_path)
 

Detailed Description

Definition at line 5 of file class.ilImagePathResolver.php.

Member Function Documentation

◆ resolveImagePath()

ilImagePathResolver::resolveImagePath ( string  $image_path)

Implements ILIAS\UI\Implementation\Render\ImagePathResolver.

Definition at line 7 of file class.ilImagePathResolver.php.

References ilUtil\getImagePath().

7  : string
8  {
9  return ilUtil::getImagePath($image_path);
10  }
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: