Documentation

ImageResizeTask
in package
implements TaskInterface

FinalYes

Task that instructs worker to resize an image file.

Table of Contents

Interfaces

TaskInterface
Marker interface for messages/tasks that can be dispatched.

Properties

$destPath  : string
$height  : int
$quality  : int
$sourcePath  : string
$width  : int

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct(string $sourcePath, string $destPath, int $width, int $height[, int $quality = 90 ]) : mixed
Parameters
$sourcePath : string
$destPath : string
$width : int
$height : int
$quality : int = 90
On this page

Search results