Brotkrueml\FeedGenerator\ValueObject\Image

class Brotkrueml\FeedGenerator\ValueObject\Image
__construct(string url, string title = '', string link = '', int width = 0, int height = 0, string description = '')
Parameters
  • $url (string) -- The URL

  • $title (string) -- The title

  • $link (string) -- The link

  • $width (int) -- The width

  • $height (int) -- The height

  • $description (string) -- The description

getUrl()
Return type

string

getTitle()
Return type

string

Return type

string

getWidth()
Return type

int

getHeight()
Return type

int

getDescription()
Return type

string