JDocumentRAW/1.5
From Joomla! Documentation
< JDocumentRAW(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 27: | Line 27: | ||
<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''' on [http://api.joomla.org/1.5/Joomla-Framework/Document/JDocumentRAW.html api.joomla.org] |
* {{JVer|1.5}} '''JDocumentRAW source code''' on [[jframework15:document/raw/raw.php|JoomlaCode]] | * {{JVer|1.5}} '''JDocumentRAW source code''' on [[jframework15:document/raw/raw.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Document/1.5|Document]] | * {{JVer|1.5}} Subpackage [[Subpackage Document/1.5|Document]] | ||
Latest revision as of 14:17, 13 February 2013
[edit]
JDocumentRAW
[edit] Description
Description:JDocumentRAW [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Class constructore. |
| public | render | Render the document. |
- Defined in libraries/joomla/document/raw/raw.php
- Extends JDocument
[edit] Importing
jimport( 'joomla.document.raw.raw' );
[edit] See also
-
JDocumentRAW on api.joomla.org
-
JDocumentRAW source code on JoomlaCode
-
Subpackage Document
- Other versions of JDocumentRAW
SeeAlso:JDocumentRAW [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />