* @since 1.3 * @package de.bitfolge.feedcreator */ class FeedImage extends HtmlDescribable { /** * Mandatory attributes of an image. */ public $title, $url, $link; /** * Optional attributes of an image. */ public $width, $height, $description; }