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

Return type

string

getAuthors()
Return type

Brotkrueml\FeedGenerator\Collection\Collection

getDatePublished()
Return type

DateTimeInterface

getDateModified()
Return type

DateTimeInterface

getLastBuildDate()
Return type

DateTimeInterface

getLanguage()
Return type

string

getCopyright()
Return type

string

getImage()
Return type

Brotkrueml\FeedGenerator\Contract\ImageInterface

getCategories()
Return type

Brotkrueml\FeedGenerator\Collection\Collection

getItems()
Return type

Brotkrueml\FeedGenerator\Collection\Collection

getStyleSheet()
Return type

string