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.

Return type

string

getScheme()

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

Return type

string

getLabel()

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

Return type

string