Back to Joomla project (class list)

Class RssRenderer - list of methods

RssRenderer is a feed that implements RSS 2.0 Specification

Extends

Package: Joomla\CMS\Document\Renderer\Feed
Copyright: (C) 2015 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Document/Renderer/Feed/RssRenderer.php
Project: Joomla

Method Summary

public string
(mixed $name = '', mixed $params = null, mixed $content = null)

Render the feed.
Parameters
  • string $name The name of the element to render
  • array $params Array of values
  • string $content Override the output of the renderer
Returns
  • string The output of the script
Since
  • 3.5
-
  • \Joomla\CMS\Document\DocumentRenderer::render()
Show source code of this method: render Source Code

Properties Summary

protected string
$_mime
Renderer mime type
Since
  • 3.5

Tags Summary

Since
3.5
ready-only \Joomla\CMS\Document\FeedDocument
$_doc
Reference to the Document object that instantiated the renderer