JDocumentRendererAtom/1.5
From Joomla! Documentation
< JDocumentRendererAtom(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 27: | Line 27: | ||
<source lang="php">jimport( 'joomla.document.feed.renderer.atom' );</source> | <source lang="php">jimport( 'joomla.document.feed.renderer.atom' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JDocumentRendererAtom''' on [http://api.joomla.org/Joomla-Framework/Document/JDocumentRendererAtom.html api.joomla.org] | + | * {{JVer|1.5}} '''JDocumentRendererAtom''' on [http://api.joomla.org/1.5/Joomla-Framework/Document/JDocumentRendererAtom.html api.joomla.org] |
* {{JVer|1.5}} '''JDocumentRendererAtom source code''' on [[jframework15:document/feed/renderer/atom.php|JoomlaCode]] | * {{JVer|1.5}} '''JDocumentRendererAtom source code''' on [[jframework15:document/feed/renderer/atom.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Document/1.5|Document]] | * {{JVer|1.5}} Subpackage [[Subpackage Document/1.5|Document]] | ||
Latest revision as of 14:17, 13 February 2013
[edit]
JDocumentRendererAtom
[edit] Description
Description:JDocumentRendererAtom [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _relToAbs | |
| public | render | Render the feed. |
- Defined in libraries/joomla/document/feed/renderer/atom.php
- Extends JDocumentRenderer
[edit] Importing
jimport( 'joomla.document.feed.renderer.atom' );
[edit] See also
-
JDocumentRendererAtom on api.joomla.org
-
JDocumentRendererAtom source code on JoomlaCode
-
Subpackage Document
- Other versions of JDocumentRendererAtom
SeeAlso:JDocumentRendererAtom [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />