API17

Difference between revisions of "JDocumentRAW::render"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JDocumentRAW::render|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JDocumentRAW::render|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JDocumentRAW::render ($cache=false, $params=array())
+
public function render (
 +
        $cache=false
 +
        $params=array
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 27: Line 29:
 
|array
 
|array
 
|array()
 
|array()
|Associative array of attributes  
+
|Associative array of attributes
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' The rendered data
The rendered data
+
* '''Defined''' on line 50 of libraries/joomla/document/raw/raw.php
===Defined in===
 
libraries/joomla/document/raw/raw.php (line 51)
 
* see source code in [[jplatform:document/raw/raw.php#cl-51|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JDocumentRAW::render source code''' on [[jplatform:document/raw/raw.php#cl-42|BitBucket]]
 +
* {{JVer|11.1}} Class [[JDocumentRAW/11.1|JDocumentRAW]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Document/11.1|Document]]
 +
* [[JDocumentRAW::render|Other versions of JDocumentRAW::render]]
 +
{{SeeAlso:JDocumentRAW::render}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentRAW::render|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentRAW::render|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JDocumentRAW/11.1|JDocumentRAW]]
+
===User contributed notes===
* [[JDocumentRAW::render|Other versions of this method]]
 
{{SeeAlso:JDocumentRAW::render}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 51: Line 51:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JDocumentRAW]][[Category:JDocumentRAW::render]]</noinclude>
 
<noinclude>[[Category:JDocumentRAW]][[Category:JDocumentRAW::render]]</noinclude>

Revision as of 20:48, 27 April 2011

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

Description[edit]

Render the document.

Template:Description:JDocumentRAW::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 50 of libraries/joomla/document/raw/raw.php

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />