JDocumentXML: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JDocumentXML}}
===Defined in... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JDocumentXML}} | |||
{{Description:JDocumentXML}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 34: | Line 31: | ||
<source lang="php">jimport( 'joomla.document.xml.xml' );</source> | <source lang="php">jimport( 'joomla.document.xml.xml' );</source> | ||
{{subst:SeeAlso:JDocumentXML}} | |||
{{SeeAlso:JDocumentXML}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 13:53, 24 March 2017
{{subst:Description:JDocumentXML}}
Defined in
libraries/joomla/document/xml/xml.php
Methods
| Method name | Description |
|---|---|
| __construct | Class constructor |
| render | Render the document. |
| getHeadData | Get the document head data |
| setHeadData | Set the document head data |
| getName | Returns the document name |
| setName | Sets the document name |
Importing
jimport( 'joomla.document.xml.xml' );
{{subst:SeeAlso:JDocumentXML}}
Examples
<CodeExamplesForm />