interface ThumbnailGeneratorInterface (View source)

Thumbnail Generate Interface

Methods

static int
getPriority()

Return the priority of this ThumbnailGenerator. ThumbnailGenerator with a high priority are chosen before low priority.

bool
canRefresh(Thumbnail $thumbnail)

No description

void
refresh(Thumbnail $thumbnail)

No description

Details

static int getPriority()

Return the priority of this ThumbnailGenerator. ThumbnailGenerator with a high priority are chosen before low priority.

Return Value

int

bool canRefresh(Thumbnail $thumbnail)

No description

Parameters

Thumbnail $thumbnail

Return Value

bool

true if this ThumbnailGenerator can convert the given thumbnail, false otherwise.

void refresh(Thumbnail $thumbnail)

No description

Parameters

Thumbnail $thumbnail

Return Value

void