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

Inheritance: extends AbstractThumbnailGenerator
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$priority integer The priority for this thumbnail generator.

Public Methods

Method Description
canRefresh ( Thumbnail $thumbnail ) : boolean
refresh ( Thumbnail $thumbnail ) : void

Method Details

canRefresh() public method

public canRefresh ( Thumbnail $thumbnail ) : boolean
$thumbnail Neos\Media\Domain\Model\Thumbnail
return boolean

refresh() public method

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

Property Details

$priority protected static property

The priority for this thumbnail generator.
protected static int $priority
return integer