Neos\Media\Domain\Model\ThumbnailGenerator\ThumbnailGeneratorInterface::canRefresh PHP 메소드

canRefresh() 공개 메소드

public canRefresh ( Thumbnail $thumbnail ) : boolean
$thumbnail Neos\Media\Domain\Model\Thumbnail
리턴 boolean TRUE if this ThumbnailGenerator can convert the given thumbnail, FALSE otherwise.
    public function canRefresh(Thumbnail $thumbnail);
ThumbnailGeneratorInterface