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 ( )
returntype

string

getTitle ( )
returntype

string

getDescription ( )
returntype

string

returntype

string

getAuthors ( )
returntype

Brotkrueml\FeedGenerator\Collection\Collection

getDatePublished ( )
returntype

DateTimeInterface

getDateModified ( )
returntype

DateTimeInterface

getLastBuildDate ( )
returntype

DateTimeInterface

getLanguage ( )
returntype

string

getCopyright ( )
returntype

string

getImage ( )
returntype

Brotkrueml\FeedGenerator\Contract\ImageInterface

getCategories ( )
returntype

Brotkrueml\FeedGenerator\Collection\Collection

getItems ( )
returntype

Brotkrueml\FeedGenerator\Collection\Collection

getStyleSheet ( )
returntype

string

getExtensionContents ( )
returntype

Brotkrueml\FeedGenerator\Collection\Collection