Skip to content

Latest commit

 

History

History
66 lines (27 loc) · 824 Bytes

Image.md

File metadata and controls

66 lines (27 loc) · 824 Bytes

Image

Type the defines the details of an image, such as size and image URL. Currently, only imageUrl is populated. The height and width were added for future use.

Properties

height

Reserved for future use.

public ?int $height

imageUrl

The URL of the image.

public string $imageUrl

width

Reserved for future use.

public ?int $width


Automatically generated from source code comments on 2023-06-15 using phpDocumentor and saggre/phpdocumentor-markdown