Brotkrueml\FeedGenerator\Contract\CategoryInterface

interface \Brotkrueml\FeedGenerator\Contract\ CategoryInterface

Interface for a category. Used in Atom and RSS feeds.

getTerm ( )

Get the term. The term identifies the category.

returntype

string

getScheme ( )

Get the scheme. The scheme identifies the categorisation scheme via a URI.

returntype

string

getLabel ( )

Get the label. The label provides a human-readable label for display. Used in Atom only.

returntype

string