API17

Difference between revisions of "JDocumentFeed::render"

From Joomla! Documentation

m (clean up)
m (preparing for archive only)
 
Line 4: Line 4:
 
Render the document.  
 
Render the document.  
  
{{subst:Description:JDocumentFeed::render}}
+
 
  
 
<source lang="php">
 
<source lang="php">
Line 37: Line 37:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
 
* [[API17:JDocumentFeed::render|Other versions of JDocumentFeed::render]]
 
* [[API17:JDocumentFeed::render|Other versions of JDocumentFeed::render]]
{{subst:SeeAlso:JDocumentFeed::render}}
+
 
  
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JDocumentFeed::render
 
category=JDocumentFeed::render
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*

Latest revision as of 21:53, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDocumentFeed::render[edit]

Description[edit]

Render the document.


public function render (
        $cache=false
        $params=array
)
Parameter Type Default Description
$cache boolean false If true, cache the output
$params array array() Associative array of attributes
  • Returns The rendered data
  • Defined on line 176 of libraries/joomla/document/feed/feed.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]