JDocumentRAW/1.5
From Joomla! Documentation
< JDocumentRAW(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JDocumentRAW== | ||
| + | ===Description=== | ||
| + | {{Description:JDocumentRAW}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JDocumentRAW|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentRAW|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentRAW::__construct/1.5|__construct]] | |[[JDocumentRAW::__construct/1.5|__construct]] | ||
|Class constructore. | |Class constructore. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentRAW::render/1.5|render]] | |[[JDocumentRAW::render/1.5|render]] | ||
|Render the document. | |Render the document. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/document/raw/raw.php | ||
| + | * '''Extends''' [[JDocument/1.5|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|1.5}} '''JDocumentRAW''' on [http://api.joomla.org/Joomla-Framework/Document/JDocumentRAW.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JDocumentRAW source code''' on [[jframework15:document/raw/raw.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Document/1.5|Document]] | ||
| + | * [[JDocumentRAW|Other versions of JDocumentRAW]] | ||
| + | {{SeeAlso:JDocumentRAW}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentRAW|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentRAW|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 41: | Line 43: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JDocumentRAW]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JDocumentRAW]]</noinclude> | ||
Revision as of 18:07, 25 April 2011
JDocumentRAW
Description
Description:JDocumentRAW [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Class constructore. |
| public | render | Render the document. |
- Defined in libraries/joomla/document/raw/raw.php
- Extends JDocument
Importing
jimport( 'joomla.document.raw.raw' );
See also
-
JDocumentRAW on api.joomla.org
-
JDocumentRAW source code on JoomlaCode
-
Subpackage Document
- Other versions of JDocumentRAW
SeeAlso:JDocumentRAW [Edit See Also]
User contributed notes
<CodeExamplesForm />