about summary refs log tree commit diff stats
path: root/wiki/vendor/openpsa/universalfeedcreator/lib/Element/FeedImage.php
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-01-02 04:57:35 +0000
committerahriman <ahriman@falte.red>2019-01-02 04:57:35 +0000
commit2bd7f83a6495011ada78ca8a9f2af417caf01760 (patch)
treef9acdb7f09e011c65330ab993d4db3620787dbfb /wiki/vendor/openpsa/universalfeedcreator/lib/Element/FeedImage.php
parentbcb215c3a7e914d05f166846a33860e48bba64fb (diff)
downloadsite-2bd7f83a6495011ada78ca8a9f2af417caf01760.tar.gz
removed dokuwiki
Diffstat (limited to 'wiki/vendor/openpsa/universalfeedcreator/lib/Element/FeedImage.php')
-rw-r--r--wiki/vendor/openpsa/universalfeedcreator/lib/Element/FeedImage.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/wiki/vendor/openpsa/universalfeedcreator/lib/Element/FeedImage.php b/wiki/vendor/openpsa/universalfeedcreator/lib/Element/FeedImage.php
deleted file mode 100644
index d525379..0000000
--- a/wiki/vendor/openpsa/universalfeedcreator/lib/Element/FeedImage.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-/**
- * A FeedImage may be added to a FeedCreator feed.
- *
- * @author  Kai Blankenhorn <kaib@bitfolge.de>
- * @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;
-}