API17

Difference between revisions of "JDocumentRAW"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|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}}
 
{{SeeAlso:JDocumentRAW}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:30, 11 May 2013

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]

Template:Description:JDocumentRAW [Edit Descripton]

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]

Template:SeeAlso:JDocumentRAW [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />