class GenerateCustomThumbnailAsyncCommand extends FileCommand (View source)

Properties

protected int $fileID from  FileCommand
protected int $maxWidth
protected int $maxHeight
protected bool $crop

Methods

static string
getHandler()

No description

__construct(int $fileID, int $maxWidth, int $maxHeight, bool $crop)

No description

int
getFileID()

No description

setFileID(int $fileID)

No description

int
getMaxWidth()

No description

setMaxWidth(int $maxWidth)

No description

int
getMaxHeight()

No description

setMaxHeight(int $maxHeight)

No description

bool
isCrop()

No description

setCrop(bool $crop)

No description

Details

static string getHandler()

No description

Return Value

string

__construct(int $fileID, int $maxWidth, int $maxHeight, bool $crop)

No description

Parameters

int $fileID
int $maxWidth
int $maxHeight
bool $crop

int getFileID()

No description

Return Value

int

GenerateCustomThumbnailAsyncCommand setFileID(int $fileID)

No description

Parameters

int $fileID

Return Value

GenerateCustomThumbnailAsyncCommand

int getMaxWidth()

No description

Return Value

int

GenerateCustomThumbnailAsyncCommand setMaxWidth(int $maxWidth)

No description

Parameters

int $maxWidth

Return Value

GenerateCustomThumbnailAsyncCommand

int getMaxHeight()

No description

Return Value

int

GenerateCustomThumbnailAsyncCommand setMaxHeight(int $maxHeight)

No description

Parameters

int $maxHeight

Return Value

GenerateCustomThumbnailAsyncCommand

bool isCrop()

No description

Return Value

bool

GenerateCustomThumbnailAsyncCommand setCrop(bool $crop)

No description

Parameters

bool $crop

Return Value

GenerateCustomThumbnailAsyncCommand