%PDF- %PDF-
Direktori : /www/varak.net/recepty.varak.net/vendor/openpsa/universalfeedcreator/lib/Element/ |
Current File : /www/varak.net/recepty.varak.net/vendor/openpsa/universalfeedcreator/lib/Element/FeedImage.php |
<?php /** * A FeedImage may be added to a FeedCreator feed. * * @author Kai Blankenhorn <kaib@bitfolge.de> * @since 1.3 */ class FeedImage extends HtmlDescribable { /** * Mandatory attributes of an image. */ public $title, $url, $link; /** * Optional attributes of an image. */ public $width, $height, $description; }