Difference between revisions of "JDocumentRAW"
From Joomla! Documentation
m (moving preparation) |
m (clean up) |
||
Line 2: | Line 2: | ||
=={{JVer|11.1}} JDocumentRAW== | =={{JVer|11.1}} JDocumentRAW== | ||
===Description=== | ===Description=== | ||
− | {{Description:JDocumentRAW}} | + | {{subst:Description:JDocumentRAW}} |
− | + | ||
− | |||
− | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
Line 30: | Line 28: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]] | ||
* [[API17:JDocumentRAW|Other versions of JDocumentRAW]] | * [[API17:JDocumentRAW|Other versions of JDocumentRAW]] | ||
− | {{SeeAlso:JDocumentRAW}} | + | {{subst:SeeAlso:JDocumentRAW}} |
− | + | ||
− | |||
− | |||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> |
Revision as of 09:20, 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.
JDocumentRAW[edit]
Description[edit]
{{subst:Description:JDocumentRAW}}
Methods[edit]
Visibility | Method name | Description |
---|---|---|
public | render | Render the document. |
protected | __construct | Class constructor. |
- Defined in libraries/joomla/document/raw/raw.php
- Extends JDocument
Importing[edit]
jimport( 'joomla.document.raw.raw' );
See also[edit]
JDocumentRAW source code on BitBucket
Subpackage Document
- Other versions of JDocumentRAW
{{subst:SeeAlso:JDocumentRAW}}
User contributed notes[edit]
<CodeExamplesForm />