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.
Located in /includes/feedcreator.class.php (line 1567)
HtmlDescribable | --FeedCreator | --HTMLCreator
Class | Description |
---|---|
JSCreator | JSCreator is a class that writes a js file to a specific location, overriding the createFeed method of the parent HTMLCreator. |
Contains HTML to be output at the end of the feed's html representation.
Contains HTML to be output at the start of the feed's html representation.
Determines whether the links open in a new window or not.
Contains HTML to be output between entries. A separator is only used in case of multiple entries.
In case of very simple output you may want to get rid of the style tags,
hence this variable. There's no equivalent on item level, but of course you can add strings to it while iterating over the items ($this->stylelessOutput .= ...) and when it is non-empty, ONLY the styleless output is printed, the rest is ignored in the function createFeed().
Used to prefix the stylenames to make sure they are unique and do not clash with stylenames on the users' page.
Inherited from FeedCreator
FeedCreator::$additionalElements
FeedCreator::$category
FeedCreator::$copyright
FeedCreator::$cssStyleSheet
FeedCreator::$description
FeedCreator::$docs
FeedCreator::$editor
FeedCreator::$editorEmail
FeedCreator::$encoding
FeedCreator::$generator
FeedCreator::$image
FeedCreator::$language
FeedCreator::$lastBuildDate
FeedCreator::$link
FeedCreator::$namespace
FeedCreator::$pubDate
FeedCreator::$rating
FeedCreator::$skipDays
FeedCreator::$skipHours
FeedCreator::$syndicationURL
FeedCreator::$title
FeedCreator::$ttl
FeedCreator::$webmaster
FeedCreator::$xslStyleSheet
Inherited from HtmlDescribable
HtmlDescribable::$descriptionHtmlSyndicated
HtmlDescribable::$descriptionTruncSize
Writes the HTML.
Inherited From FeedCreator
FeedCreator::addItem()
FeedCreator::addNamespace()
FeedCreator::createFeed()
FeedCreator::iTrunc()
FeedCreator::outputFeed()
FeedCreator::saveFeed()
FeedCreator::setEncoding()
FeedCreator::useCached()
FeedCreator::version()
FeedCreator::_createAdditionalElements()
FeedCreator::_createGeneratorComment()
FeedCreator::_createNamespace()
FeedCreator::_createStylesheetReferences()
Inherited From HtmlDescribable
HtmlDescribable::getDescription()
Documentation generated on Wed, 28 Mar 2007 09:54:15 -0600 by phpDocumentor 1.3.1