Class JDocumentRendererRSS

Description

JDocumentRenderer_RSS is a feed that implements RSS 2.0 Specification

Located in /libraries/joomla/document/feed/renderer/rss.php (line 20)

JObject
   |
   --JDocumentRenderer
      |
      --JDocumentRendererRSS
Variable Summary
string $_mime
Method Summary
string render ([string $name = ''], [array $params = null], [string $content = null])
string _relToAbs (string $text)
Variables
string $_mime = "application/rss+xml" (line 28)

Renderer 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 42)

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
_relToAbs (line 242)

Convert links in a text from relative to absolute

  • return: Text with converted links
  • since: 11.1
  • access: public
string _relToAbs (string $text)
  • string $text: The text processed

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:59:20 -0500 by phpDocumentor 1.4.4