Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JDocumentRendererRSS

Description

JDocumentRenderer_RSS is a feed that implements RSS 2.0 Specification

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

Class JObject   (Subpackage Base)

Abstract class JDocumentRenderer
   
   Class JDocumentRendererRSS   (Subpackage Document)
Method Summary
Method string render ()
Method string _relToAbs ( $text)
Variables

Inherited Variables

Inherited from JDocumentRenderer

Variable JDocumentRenderer::$_doc

Inherited from JObject

Variable JObject::$_errors
Methods
render (line 46)

Render the feed

  • access: public
string render ()

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

Convert links in a text from relative to absolute

  • access: public
string _relToAbs ( $text)
  • $text

Inherited Methods

Inherited From JDocumentRenderer

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

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::getPublicProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::toString()
Support Joomla!