API17

Difference between revisions of "JDocumentRAW"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (preparing for archive only)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JDocumentRAW==
 
=={{JVer|11.1}} JDocumentRAW==
 
===Description===
 
===Description===
{{Description:JDocumentRAW}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JDocumentRAW|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentRAW::render/11.1|render]]
+
|[[API17:JDocumentRAW::render|render]]
 
|Render the document.  
 
|Render the document.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JDocumentRAW::__construct/11.1|__construct]]
+
|[[API17:JDocumentRAW::__construct|__construct]]
 
|Class constructor.  
 
|Class constructor.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/document/raw/raw.php
 
* '''Defined in''' libraries/joomla/document/raw/raw.php
* '''Extends''' [[JDocument/11.1|JDocument]]
+
* '''Extends''' [[API17:JDocument|JDocument]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.document.raw.raw' );</source>
 
<source lang="php">jimport( 'joomla.document.raw.raw' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JDocumentRAW source code''' on [[jplatform:document/raw/raw.php|BitBucket]]
 
* {{JVer|11.1}} '''JDocumentRAW source code''' on [[jplatform:document/raw/raw.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]]
* [[JDocumentRAW|Other versions of JDocumentRAW]]
+
* [[API17:JDocumentRAW|Other versions of JDocumentRAW]]
{{SeeAlso:JDocumentRAW}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentRAW|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JDocumentRAW
 
category=JDocumentRAW
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*

Latest revision as of 21:54, 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.

Joomla 11.1 JDocumentRAW[edit]

Description[edit]

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]


User contributed notes[edit]

Code Examples[edit]