Brotkrueml\FeedGenerator\Entity\AbstractFeed¶
- abstract class Brotkrueml\FeedGenerator\Entity\AbstractFeed¶
This class is an implementation of the FeedInterface and returns for every getter an empty result. It is meant to be extended by custom implementations which then only have to override the methods that should return something meaningful.
- getId()¶
- Return type
string
- getTitle()¶
- Return type
string
- getDescription()¶
- Return type
string
- getLink()¶
- Return type
string
- getAuthors()¶
- Return type
- getDatePublished()¶
- Return type
DateTimeInterface
- getDateModified()¶
- Return type
DateTimeInterface
- getLastBuildDate()¶
- Return type
DateTimeInterface
- getLanguage()¶
- Return type
string
- getCopyright()¶
- Return type
string
- getImage()¶
- Return type
- getCategories()¶
- Return type
- getItems()¶
- Return type
- getStyleSheet()¶
- Return type
string
- getExtensionContents()¶
- Return type