| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Main business logic for content style images. More...
 Collaboration diagram for ILIAS\Style\Content\ImageManager:Public Member Functions | |
| __construct (int $style_id, Access\StyleAccessManager $access_manager, ImageFileRepo $repo) | |
| getImages () | |
| Get images of style.  More... | |
| getWebPath (Image $image) | |
| getByFilename (string $filename) | |
| resizeImage (string $filename, int $width, int $height, bool $constrain_proportions) | |
| supportsResize (Image $image) | |
| uploadImage () | |
| deleteByFilename (string $filename) | |
Protected Attributes | |
| ImageFileRepo | $repo | 
| Access StyleAccessManager | $access_manager | 
| int | $style_id | 
Private Attributes | |
| Filesystem Util Convert LegacyImages | $image_conversion | 
Main business logic for content style images.
Definition at line 32 of file class.ImageManager.php.
| ILIAS\Style\Content\ImageManager::__construct | ( | int | $style_id, | 
| Access\StyleAccessManager | $access_manager, | ||
| ImageFileRepo | $repo | ||
| ) | 
Definition at line 39 of file class.ImageManager.php.
References ILIAS\Style\Content\ImageManager\$access_manager, $DIC, ILIAS\Style\Content\ImageManager\$repo, and ILIAS\Style\Content\ImageManager\$style_id.
| ILIAS\Style\Content\ImageManager::deleteByFilename | ( | string | $filename | ) | 
Definition at line 125 of file class.ImageManager.php.
| ILIAS\Style\Content\ImageManager::getByFilename | ( | string | $filename | ) | 
Definition at line 79 of file class.ImageManager.php.
Referenced by ILIAS\Style\Content\ImageManager\resizeImage().
 Here is the caller graph for this function:| ILIAS\Style\Content\ImageManager::getImages | ( | ) | 
Get images of style.
| Filesystem | 
Definition at line 56 of file class.ImageManager.php.
References $filename.
| ILIAS\Style\Content\ImageManager::getWebPath | ( | Image | $image | ) | 
Definition at line 73 of file class.ImageManager.php.
References ILIAS\Style\Content\Image\getPath().
Referenced by ILIAS\Style\Content\ImageManager\resizeImage().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Style\Content\ImageManager::resizeImage | ( | string | $filename, | 
| int | $width, | ||
| int | $height, | ||
| bool | $constrain_proportions | ||
| ) | 
Definition at line 85 of file class.ImageManager.php.
References ILIAS\Style\Content\ImageManager\getByFilename(), and ILIAS\Style\Content\ImageManager\getWebPath().
 Here is the call graph for this function:| ILIAS\Style\Content\ImageManager::supportsResize | ( | Image | $image | ) | 
Definition at line 105 of file class.ImageManager.php.
References ILIAS\Style\Content\Image\getFilename().
 Here is the call graph for this function:| ILIAS\Style\Content\ImageManager::uploadImage | ( | ) | 
Definition at line 120 of file class.ImageManager.php.
      
  | 
  protected | 
Definition at line 35 of file class.ImageManager.php.
Referenced by ILIAS\Style\Content\ImageManager\__construct().
      
  | 
  private | 
Definition at line 37 of file class.ImageManager.php.
      
  | 
  protected | 
Definition at line 34 of file class.ImageManager.php.
Referenced by ILIAS\Style\Content\ImageManager\__construct().
      
  | 
  protected | 
Definition at line 36 of file class.ImageManager.php.
Referenced by ILIAS\Style\Content\ImageManager\__construct().