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)

JObject
   |
   --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

Inherited from JObject

JObject::$_errors
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()

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:52:27 -0500 by phpDocumentor 1.4.4