class Thumbnail extends Model (View source)

Properties

string $contentType
string $data
int $heightPx
int $widthPx

Methods

setContentType($contentType)

No description

string
getContentType()

No description

setData($data)

No description

string
getData()

No description

setHeightPx($heightPx)

No description

int
getHeightPx()

No description

setWidthPx($widthPx)

No description

int
getWidthPx()

No description

Details

setContentType($contentType)

No description

Parameters

$contentType

string getContentType()

No description

Return Value

string

setData($data)

No description

Parameters

$data

string getData()

No description

Return Value

string

setHeightPx($heightPx)

No description

Parameters

$heightPx

int getHeightPx()

No description

Return Value

int

setWidthPx($widthPx)

No description

Parameters

$widthPx

int getWidthPx()

No description

Return Value

int