API17

Difference between revisions of "JDocumentXML::render"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 36: Line 36:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JDocumentXML::render source code''' on [[jplatform:document/xml/xml.php#cl-47|BitBucket]]
 
* {{JVer|11.1}} '''JDocumentXML::render source code''' on [[jplatform:document/xml/xml.php#cl-47|BitBucket]]
* {{JVer|11.1}} Class [[JDocumentXML/11.1|JDocumentXML]]
+
* {{JVer|11.1}} Class [[API17:JDocumentXML|JDocumentXML]]
* {{JVer|11.1}} Subpackage [[Subpackage_Document/11.1|Document]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
* [[JDocumentXML::render|Other versions of JDocumentXML::render]]
+
* [[API17:JDocumentXML::render|Other versions of JDocumentXML::render]]
 
{{SeeAlso:JDocumentXML::render}}
 
{{SeeAlso:JDocumentXML::render}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:31, 11 May 2013

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 JDocumentXML::render[edit]

Description[edit]

Render the document.

Template:Description:JDocumentXML::render [Edit Descripton]

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 55 of libraries/joomla/document/xml/xml.php

See also[edit]

Template:SeeAlso:JDocumentXML::render [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />