Back to Joomla project (class list)

Class AtomRenderer - list of methods

AtomRenderer is a feed that implements the atom specification
Please note that just by using this class you won't automatically produce valid atom files. For example, you have to specify either an editor for the feed or an author for every single feed item.

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/AtomRenderer.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
Document 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