Class JDocumentRendererAtom

Description

JDocumentRenderer_Atom 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.

Located in /libraries/joomla/document/feed/renderer/atom.php (line 24)

JDocumentRenderer
   |
   --JDocumentRendererAtom
Variable Summary
 string $_mime
Method Summary
 string render ([string $name = ''], [array $params = null], [string $content = null])
Variables
string $_mime = "application/atom+xml" (line 32)

Document mime type

  • since: 11.1
  • access: protected

Redefinition of:
JDocumentRenderer::$_mime
Renderer mime type

Inherited Variables

Inherited from JDocumentRenderer

JDocumentRenderer::$_doc
Methods
render (line 46)

Render the feed.

string render ([string $name = ''], [array $params = null], [string $content = null])
  • string $name: The name of the element to render
  • array $params: Array of values
  • string $content: Override the output of the renderer

Redefinition of:
JDocumentRenderer::render()
Renders a script and returns the results as a string

Inherited Methods

Inherited From JDocumentRenderer

 JDocumentRenderer::__construct()
 JDocumentRenderer::getContentType()
 JDocumentRenderer::render()

Documentation generated on Tue, 19 Nov 2013 14:54:09 +0100 by phpDocumentor 1.4.3