interface Thumbnail (View source)

An object which may have a thumbnail url

Methods

public
string
ThumbnailURL(int $width, int $height)

Get a thumbnail for this object

Details

string ThumbnailURL(int $width, int $height)

Get a thumbnail for this object

Parameters

int $width

Preferred width of the thumbnail

int $height

Preferred height of the thumbnail

Return Value

string

URL to the thumbnail, if available