\JDocumentRendererAtom
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.
Synopsis
class JDocumentRendererAtom
extends JDocumentRenderer
{
- // members
- protected $_mime;
- // methods
- public string render()
- // Inherited methods from JDocumentRenderer
- public void __construct()
- public string render()
- public string getContentType()
Hierarchy
Extends
Members
protected
- $_doc
—
JDocument
Reference to the JDocument object that instantiated the renderer - $_mime
—
string
Document mime type - $_mime
—
string
Renderer mime type
Methods
public
- render() — Render the feed.
Inherited from JDocumentRenderer
public
- getContentType() — Return the content type of the renderer
- render() — Renders a script and returns the results as a string