PHP Class Neos\Media\Domain\Strategy\ThumbnailGeneratorStrategy

Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface

Méthodes publiques

Méthode Description
getThumbnailGeneratorClassNames ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : Neos\Media\Domain\Model\ThumbnailGenerator\ThumbnailGeneratorInterface[] Returns all class names implementing the ThumbnailGeneratorInterface.
refresh ( Thumbnail $thumbnail ) : void Refresh the given thumbnail

Method Details

getThumbnailGeneratorClassNames() public static méthode

Returns all class names implementing the ThumbnailGeneratorInterface.
public static getThumbnailGeneratorClassNames ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : Neos\Media\Domain\Model\ThumbnailGenerator\ThumbnailGeneratorInterface[]
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
Résultat Neos\Media\Domain\Model\ThumbnailGenerator\ThumbnailGeneratorInterface[]

refresh() public méthode

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

Property Details

$objectManager protected_oe property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
Résultat Neos\Flow\ObjectManagement\ObjectManagerInterface