[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/ -> class_feedgeneration.php (summary)

(no description)

File Size: 270 lines (9 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

FeedGenerator:: (6 methods):
  set_feed_format()
  set_channel()
  add_item()
  generate_feed()
  sanitize_content()
  output_feed()


Class: FeedGenerator  - X-Ref

MyBB 1.8
Copyright 2014 MyBB Group, All Rights Reserved

Website: http://www.mybb.com
License: http://www.mybb.com/about/license
set_feed_format($feed_format)   X-Ref
Set the type of feed to be used.
param: string $feed_format The feed type.

set_channel($channel)   X-Ref
Sets the channel information for the RSS feed.
param: array $channel The channel information

add_item($item)   X-Ref
Adds an item to the RSS feed.
param: array $item The item.

generate_feed()   X-Ref
Generate the feed.

sanitize_content($content)   X-Ref
Sanitize content suitable for RSS feeds.
return: string The cleaned string.
param: string $string The string we wish to sanitize.

output_feed()   X-Ref
Output the feed.



2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref