Brotkrueml\FeedGenerator\Entity\Image

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

  • $title (string) -- The title

  • $link (string) -- The link

  • $width (int) -- The width

  • $height (int) -- The height

  • $description (string) -- The description

getUri()
Return type

string

getTitle()
Return type

string

Return type

string

getWidth()
Return type

int

getHeight()
Return type

int

getDescription()
Return type

string