[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

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

(no description)

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

Defines 1 class

HTMLCreator:: (2 methods):
  createFeed()
  _generateFilename()


Class: HTMLCreator  - X-Ref

HTMLCreator is a FeedCreator that writes an HTML feed file to a specific
location, overriding the createFeed method of the parent FeedCreator.
The HTML produced can be included over http by scripting languages, or serve
as the source for an IFrame.
All output by this class is embedded in <div></div> tags to enable formatting
using CSS.

createFeed()   X-Ref
Writes the HTML.


_generateFilename()   X-Ref
Overrides parent to produce .html extensions

return: string the feed cache filename