PHP Class Neos\Media\Domain\Service\ThumbnailGenerator

Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$asyncThumbnails boolean If enabled
$autoCreateThumbnailPresets boolean
$thumbnailService ThumbnailService

Méthodes publiques

Méthode Description
createThumbnails ( Neos\Media\Domain\Model\AssetInterface $image ) : void

Method Details

createThumbnails() public méthode

public createThumbnails ( Neos\Media\Domain\Model\AssetInterface $image ) : void
$image Neos\Media\Domain\Model\AssetInterface
Résultat void

Property Details

$asyncThumbnails protected_oe property

If enabled
protected bool $asyncThumbnails
Résultat boolean

$autoCreateThumbnailPresets protected_oe property

protected bool $autoCreateThumbnailPresets
Résultat boolean

$thumbnailService protected_oe property

protected ThumbnailService,Neos\Media\Domain\Service $thumbnailService
Résultat ThumbnailService