PHP Class Neos\Media\Domain\Model\ThumbnailGenerator\IconThumbnailGenerator

Inheritance: extends AbstractThumbnailGenerator
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$imageService Neos\Media\Domain\Service\ImageService
$priority integer The priority for this thumbnail generator.

Méthodes publiques

Méthode Description
refresh ( Thumbnail $thumbnail ) : void

Method Details

refresh() public méthode

public refresh ( Thumbnail $thumbnail ) : void
$thumbnail Neos\Media\Domain\Model\Thumbnail
Résultat void

Property Details

$imageService protected_oe property

protected ImageService,Neos\Media\Domain\Service $imageService
Résultat Neos\Media\Domain\Service\ImageService

$priority protected_oe static_oe property

The priority for this thumbnail generator.
protected static int $priority
Résultat integer