Brotkrueml\FeedGenerator\ValueObject\Image

class \Brotkrueml\FeedGenerator\ValueObject\ Image
__construct ( string url, string title = '', string link = '', int width = 0, int height = 0, string description = '')
param string $url

The URL

param string $title

The title

param string $link

The link

param int $width

The width

param int $height

The height

param string $description

The description

getUrl ( )
returntype

string

getTitle ( )
returntype

string

returntype

string

getWidth ( )
returntype

int

getHeight ( )
returntype

int

getDescription ( )
returntype

string