interface Thumbnail

An object which may have a thumbnail url

Methods

string
ThumbnailURL(int $width, int $height)

Get a thumbnail for this object

Details

at line 18
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