Skip to content

icms_feeds_Rss

Raimondas Rimkevičius edited this page Mar 9, 2020 · 1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!

icms_feeds_Rss

Generates the data necessary for an RSS feed and assigns it to a smarty template

  • Class name: icms_feeds_Rss
  • Namespace:

Properties

$title

public mixed $title
  • Visibility: public

$url

public mixed $url
  • Visibility: public

$description

public mixed $description
  • Visibility: public

$language

public mixed $language
  • Visibility: public

$charset

public mixed $charset
  • Visibility: public

$category

public mixed $category
  • Visibility: public

$pubDate

public mixed $pubDate
  • Visibility: public

$webMaster

public mixed $webMaster
  • Visibility: public

$generator

public mixed $generator
  • Visibility: public

$copyright

public mixed $copyright
  • Visibility: public

$lastbuild

public mixed $lastbuild
  • Visibility: public

$channelEditor

public mixed $channelEditor
  • Visibility: public

$width

public mixed $width
  • Visibility: public

$height

public mixed $height
  • Visibility: public

$ttl

public mixed $ttl
  • Visibility: public

$image

public mixed $image = array()
  • Visibility: public

Methods

__construct

mixed icms_feeds_Rss::__construct()

Constructor

  • Visibility: public

render

mixed icms_feeds_Rss::render()

Render the feed and display it directly

  • Visibility: public

convertFeedItem

\FeedWriter\Item icms_feeds_Rss::convertFeedItem(\FeedWriter\Feed feed, array item)

Converts feed item from array to real item

  • Visibility: protected

Arguments

  • feed FeedWriter\Feed - <p>Feed</p>
  • item array - <p>Feed item data</p>
Clone this wiki locally