API17:JDocumentXML::render
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JDocumentXML::render|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentXML::render|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function render ( |
| + | $cache=false | ||
| + | $params=array | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' The rendered data | |
| − | The rendered data | + | * '''Defined''' on line 55 of libraries/joomla/document/xml/xml.php |
| − | + | ||
| − | libraries/joomla/document/xml/xml.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{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}} Subpackage [[Subpackage_Document/11.1|Document]] | ||
| + | * [[JDocumentXML::render|Other versions of JDocumentXML::render]] | ||
| + | {{SeeAlso:JDocumentXML::render}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentXML::render|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentXML::render|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 50: | Line 51: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JDocumentXML]][[Category:JDocumentXML::render]]</noinclude> | <noinclude>[[Category:JDocumentXML]][[Category:JDocumentXML::render]]</noinclude> | ||
Revision as of 20:49, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDocumentXML::render
Description
Render the document.
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
-
JDocumentXML::render source code on BitBucket
-
Class JDocumentXML
-
Subpackage Document
- Other versions of JDocumentXML::render
SeeAlso:JDocumentXML::render [Edit See Also]
User contributed notes
<CodeExamplesForm />
