PHP Class Neos\Media\Domain\Strategy\ThumbnailGeneratorStrategy

Show file Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface

Public Methods

Method 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 method

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
return Neos\Media\Domain\Model\ThumbnailGenerator\ThumbnailGeneratorInterface[]

refresh() public method

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

Property Details

$objectManager protected property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
return Neos\Flow\ObjectManagement\ObjectManagerInterface