ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (protected InternalDataService $data, protected InternalDomainService $domain) | |
getThumbSrc (int $mob_id) | |
For use in browser src of images. More... | |
getPreviewSrc (int $mob_id) | |
For use in browser src of images. More... | |
Protected Member Functions | |
getThumbPath () | |
createThumb (int $mob_id, string $location, string $format, string $target_location,) | |
Protected Attributes | |
ILIAS MediaObjects MediaObjectManager | $media_manager |
ImageOutputOptions | $output_options |
Images | $image_converters |
Definition at line 30 of file ThumbsManager.php.
ILIAS\MediaObjects\Thumbs\ThumbsManager::__construct | ( | protected InternalDataService | $data, |
protected InternalDomainService | $domain | ||
) |
Definition at line 36 of file ThumbsManager.php.
|
protected |
Definition at line 98 of file ThumbsManager.php.
References ilObjMediaObject\DEFAULT_PREVIEW_SIZE, and ILIAS\Filesystem\Util\Convert\ImageOutputOptions\FORMAT_PNG.
Referenced by ILIAS\MediaObjects\Thumbs\ThumbsManager\getThumbSrc().
ILIAS\MediaObjects\Thumbs\ThumbsManager::getPreviewSrc | ( | int | $mob_id | ) |
For use in browser src of images.
Definition at line 140 of file ThumbsManager.php.
Referenced by ILIAS\MediaObjects\Thumbs\ThumbsManager\getThumbSrc().
|
protected |
Definition at line 45 of file ThumbsManager.php.
Referenced by ILIAS\MediaObjects\Thumbs\ThumbsManager\getThumbSrc().
ILIAS\MediaObjects\Thumbs\ThumbsManager::getThumbSrc | ( | int | $mob_id | ) |
For use in browser src of images.
Definition at line 53 of file ThumbsManager.php.
References ILIAS\MediaObjects\Thumbs\ThumbsManager\createThumb(), ILIAS\MediaObjects\Thumbs\ThumbsManager\getPreviewSrc(), and ILIAS\MediaObjects\Thumbs\ThumbsManager\getThumbPath().
|
protected |
Definition at line 34 of file ThumbsManager.php.
|
protected |
Definition at line 32 of file ThumbsManager.php.
|
protected |
Definition at line 33 of file ThumbsManager.php.