API17

Difference between revisions of "JDocumentRAW"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<span class="editsection" style="font-size:76%;">
+
=={{JVer|11.1}} JDocumentRAW==
<nowiki>[</nowiki>[[Description:JDocumentRAW|Edit Descripton]]<nowiki>]</nowiki>
+
===Description===
</span>
+
 
{{Description:JDocumentRAW}}
+
 
===Defined in===
 
libraries/joomla/document/raw/raw.php
 
===Subpackage===
 
[[Subpackage Document/11.1|Document]]
 
===Extends===
 
[[JDocument/11.1|JDocument]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JDocumentRAW::__construct/11.1|__construct]]
+
|public
|Class constructore.  
+
|[[API17:JDocumentRAW::render|render]]
 +
|Render the document.  
 
|-
 
|-
|[[JDocumentRAW::render/11.1|render]]
+
|protected
|Render the document.  
+
|[[API17:JDocumentRAW::__construct|__construct]]
 +
|Class constructor.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/document/raw/raw.php
 +
* '''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===
* [[JDocumentRAW|Other versions of this class]]
+
* {{JVer|11.1}} '''JDocumentRAW source code''' on [[jplatform:document/raw/raw.php|BitBucket]]
{{SeeAlso:JDocumentRAW}}
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]]
<span class="editsection" style="font-size:76%;">
+
* [[API17:JDocumentRAW|Other versions of JDocumentRAW]]
<nowiki>[</nowiki>[[SeeAlso:JDocumentRAW|Edit See Also]]<nowiki>]</nowiki>
+
 
</span>
+
 
===Examples===
+
===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=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentRAW]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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]