Brotkrueml\FeedGenerator\Contract\FeedInterface
- interface FeedInterface
-
- Fully qualified name
-
\Brotkrueml\
Feed Generator\ Contract\ Feed Interface
Interface for a feed.
- getLink ( )
-
Get a URI to the HTML website containing the same or similar information as this feed (i.e. if the feed is from a blog, it should provide the blog's URI where the HTML version of the entries can be read).
- returntype
-
string
- getDatePublished ( )
-
Get the date on which this feed was published. Used in RSS only.
- returntype
-
DateTimeInterface
- getDateModified ( )
-
Get the date on which this feed was last modified. Used in Atom only.
- returntype
-
DateTimeInterface
- getLastBuildDate ( )
-
Get the date on which this feed was last build. Used in RSS only.
- returntype
-
DateTimeInterface
- getCopyright ( )
-
Get a copyright notice associated with the feed. Used in Atom and RSS.
- returntype
-
string
- getImage ( )
-
Get an image. Used in Atom and RSS.
- returntype
-
Brotkrueml\FeedGenerator\Contract\ImageInterface