PHP 인터페이스 Neos\Media\Domain\Model\ThumbnailGenerator\ThumbnailGeneratorInterface

파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
canRefresh ( Thumbnail $thumbnail ) : boolean
getPriority ( ) : integer Return the priority of this ThumbnailGenerator. ThumbnailGenerator with a high priority are chosen before low priority.
refresh ( Thumbnail $thumbnail ) : void

메소드 상세

canRefresh() 공개 메소드

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

getPriority() 공개 정적인 메소드

Return the priority of this ThumbnailGenerator. ThumbnailGenerator with a high priority are chosen before low priority.
public static getPriority ( ) : integer
리턴 integer

refresh() 공개 메소드

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