Overview of properties in use by feed type
Table of Contents
\Brotkrueml\FeedGenerator\Contract\AuthorInterface
See: Brotkrueml\
| Interface method | Atom tag | JSON property | RSS tag |
|---|---|---|---|
get |
<author><email> | — | — |
get |
<author><name> | author. |
<author> |
get |
<author><uri> | author. |
<author> |
\Brotkrueml\FeedGenerator\Contract\CategoryInterface
See: Brotkrueml\
| Interface method | Atom tag | JSON property | RSS tag |
|---|---|---|---|
get |
<category label="..."> | — | — |
get |
<category scheme="..."> | — |
<category domain="..."> |
get |
<category term="..."> | — |
<category> |
\Brotkrueml\FeedGenerator\Contract\FeedInterface
See: Brotkrueml\
| Interface method | Atom tag | JSON property | RSS tag |
|---|---|---|---|
get |
<author> | author |
<dc: |
get |
<rights> | — |
<copyright> |
get | — | — |
<pub |
get |
<updated> | — | — |
get |
<subtitle> | description |
<description> |
get |
<id> | — | — |
get |
<logo> | — |
<image> |
get |
<entry> | items |
<item> |
get | — | — |
<last |
get |
<feed xml: | — |
<language> |
get |
<link rel="alternate"> | home_ |
<link> |
get |
<title> | title |
<title> |
\Brotkrueml\FeedGenerator\Contract\ImageInterface
See: Brotkrueml\
| Interface method | Atom tag | JSON property | RSS tag |
|---|---|---|---|
get | — | — |
<feed><image><description> |
get | — | — |
<feed><image><height> |
get | — | — |
<feed><image><link> |
get | — | — |
<feed><image><title> |
get |
<feed><logo> | — |
<feed><image><url> |
get | — | — |
<feed><image><width> |
\Brotkrueml\FeedGenerator\Contract\ItemInterface
See: Brotkrueml\
| Interface method | Atom tag | JSON property | RSS tag |
|---|---|---|---|
get | — | attachments |
<enclosure type="..." length="..." url="..."/> (only one) |
get |
<author> | authors |
<dc: |
get |
<category term="..." scheme="..." label="..."/> | tags |
<category> |
get |
<content> | content_ |
<content: |
get |
<published> | date_ |
<pub |
get |
<updated> | date_ | — |
get |
<summary> | summary |
<description> |
get |
<id> | id |
<guid is |
get |
<link rel="alternate" type="text/ | url |
<link> |
get |
<title> | title |
<title> |