|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\MediaObjects\Thumbs\ThumbsManager: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 31 of file ThumbsManager.php.
| ILIAS\MediaObjects\Thumbs\ThumbsManager::__construct | ( | protected InternalDataService | $data, |
| protected InternalDomainService | $domain | ||
| ) |
Definition at line 38 of file ThumbsManager.php.
|
protected |
Definition at line 100 of file ThumbsManager.php.
References ilObjMediaObject\DEFAULT_PREVIEW_SIZE, and ILIAS\Filesystem\Util\Convert\ImageOutputOptions\FORMAT_PNG.
Referenced by ILIAS\MediaObjects\Thumbs\ThumbsManager\getThumbSrc().
Here is the caller graph for this function:| ILIAS\MediaObjects\Thumbs\ThumbsManager::getPreviewSrc | ( | int | $mob_id | ) |
For use in browser src of images.
Definition at line 143 of file ThumbsManager.php.
Referenced by ILIAS\MediaObjects\Thumbs\ThumbsManager\getThumbSrc().
Here is the caller graph for this function:
|
protected |
Definition at line 47 of file ThumbsManager.php.
Referenced by ILIAS\MediaObjects\Thumbs\ThumbsManager\getThumbSrc().
Here is the caller graph for this function:| ILIAS\MediaObjects\Thumbs\ThumbsManager::getThumbSrc | ( | int | $mob_id | ) |
For use in browser src of images.
Definition at line 55 of file ThumbsManager.php.
References ILIAS\MediaObjects\Thumbs\ThumbsManager\createThumb(), ILIAS\MediaObjects\Thumbs\ThumbsManager\getPreviewSrc(), and ILIAS\MediaObjects\Thumbs\ThumbsManager\getThumbPath().
Here is the call graph for this function:
|
protected |
Definition at line 36 of file ThumbsManager.php.
|
protected |
Definition at line 34 of file ThumbsManager.php.
|
protected |
Definition at line 35 of file ThumbsManager.php.