API17:JDocumentRAW::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:JDocumentRAW::render|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentRAW::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 27: | Line 29: | ||
|array | |array | ||
|array() | |array() | ||
| − | |Associative array of attributes | + | |Associative array of attributes |
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' The rendered data | |
| − | The rendered data | + | * '''Defined''' on line 50 of libraries/joomla/document/raw/raw.php |
| − | + | ||
| − | libraries/joomla/document/raw/raw.php | + | |
| − | + | ||
===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> | ||
| − | + | ===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:JDocumentRAW]][[Category:JDocumentRAW::render]]</noinclude> | <noinclude>[[Category:JDocumentRAW]][[Category:JDocumentRAW::render]]</noinclude> | ||
Revision as of 20:48, 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.
JDocumentRAW::render
Description
Render the document.
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
-
JDocumentRAW::render source code on BitBucket
-
Class JDocumentRAW
-
Subpackage Document
- Other versions of JDocumentRAW::render
SeeAlso:JDocumentRAW::render [Edit See Also]
User contributed notes
<CodeExamplesForm />
