API17:JDocumentRAW
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} 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::render/11.1|render]] | |[[JDocumentRAW::render/11.1|render]] | ||
|Render the document. | |Render the document. | ||
| + | |- | ||
| + | |protected | ||
| + | |[[JDocumentRAW::__construct/11.1|__construct]] | ||
| + | |Class constructor. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/document/raw/raw.php | ||
| + | * '''Extends''' [[JDocument/11.1|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 | + | * {{JVer|11.1}} '''JDocumentRAW source code''' on [[jplatform:document/raw/raw.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]] | ||
| + | * [[JDocumentRAW|Other versions of JDocumentRAW]] | ||
{{SeeAlso: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 40: | Line 42: | ||
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 JClasses]][[Category:Platform 11.1]][[Category:JDocumentRAW]]</noinclude> |
Revision as of 13:37, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDocumentRAW
Description
Description:JDocumentRAW [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | render | Render the document. |
| protected | __construct | Class constructor. |
- Defined in libraries/joomla/document/raw/raw.php
- Extends JDocument
Importing
jimport( 'joomla.document.raw.raw' );
See also
-
JDocumentRAW source code on BitBucket
-
Subpackage Document
- Other versions of JDocumentRAW
SeeAlso:JDocumentRAW [Edit See Also]
User contributed notes
<CodeExamplesForm />
