Link Search Menu Expand Document

Constructor: photoSize_23

Back to constructors index

Image description.

Attributes:

NameTypeRequiredDescription
typestringYesThumbnail type »
locationFileLocationYes
wintYesImage width
hintYesImage height
sizeintYesFile size

Type: PhotoSize

Example:

$photoSize_23 = ['_' => 'photoSize', 'type' => 'string', 'location' => FileLocation, 'w' => int, 'h' => int, 'size' => int];