[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/openpsa/universalfeedcreator/lib/Creator/ -> AtomCreator10.php (summary)

(no description)

File Size: 164 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

AtomCreator10:: (2 methods):
  __construct()
  createFeed()


Class: AtomCreator10  - X-Ref

AtomCreator10 is a FeedCreator that implements the atom specification,
as in http://www.atomenabled.org/developers/syndication/atom-format-spec.php
Please note that just by using AtomCreator10 you won't automatically
produce valid atom files. For example, you have to specify either an editor
for the feed or an author for every single feed item.
Some elements have not been implemented yet. These are (incomplete list):
author URL, item author's email and URL, item contents, alternate links,
other link content types than text/html. Some of them may be created with
AtomCreator10::additionalElements.

__construct()   X-Ref
AtomCreator10 constructor.


createFeed()   X-Ref
No description