Brotkrueml\FeedGenerator\Entity\Item

class \Brotkrueml\FeedGenerator\Entity\ Item
getId ( )
returntype

string

setId ( string id)
param string $id

the id

returntype

self

getTitle ( )
returntype

string

setTitle ( string title)
param string $title

the title

returntype

self

getDescription ( )
returntype

Brotkrueml\FeedGenerator\Contract\TextInterface|string

setDescription ( Brotkrueml\\FeedGenerator\\Contract\\TextInterface|string description)
param Brotkrueml\\FeedGenerator\\Contract\\TextInterface|string $description

the description

returntype

self

getContent ( )
returntype

string

setContent ( string content)
param string $content

the content

returntype

self

returntype

string

param string $link

the link

returntype

self

getAuthors ( )
returntype

Brotkrueml\FeedGenerator\Collection\Collection

addAuthors ( Brotkrueml\\FeedGenerator\\Contract\\AuthorInterface authors)
returntype

self

getDatePublished ( )
returntype

DateTimeInterface

setDatePublished ( DateTimeInterface datePublished)
param DateTimeInterface $datePublished

the datePublished

returntype

self

getDateModified ( )
returntype

DateTimeInterface

setDateModified ( DateTimeInterface dateModified)
param DateTimeInterface $dateModified

the dateModified

returntype

self

getAttachments ( )
returntype

Brotkrueml\FeedGenerator\Collection\Collection

addAttachments ( Brotkrueml\\FeedGenerator\\Contract\\AttachmentInterface attachments)
returntype

self

getCategories ( )
returntype

Brotkrueml\FeedGenerator\Collection\Collection

addCategories ( Brotkrueml\\FeedGenerator\\Contract\\CategoryInterface categories)
returntype

self

addExtensionContents ( Brotkrueml\\FeedGenerator\\Contract\\ExtensionContentInterface contents)
returntype

self

getExtensionContents ( )
returntype

Brotkrueml\FeedGenerator\Collection\Collection