JDocumentHTML/1.5
From Joomla! Documentation
[Edit Descripton]
This class defines a web page document. Note that templates are executed within the scope of this object, so $this in a template is an object of type JDocumentHTML.
Defined in
libraries/joomla/document/html/html.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Class constructor. |
| _loadTemplate | Load a template file. |
| _parseTemplate | Parse a document template. |
| addCustomTag | Adds a custom html string to the head block. |
| addFavicon | Adds a shortcut icon (favicon). |
| addHeadLink | Adds <link> tags to the head of the document. |
| countMenuChildren | Count the number of child menu items. |
| countModules | Count the modules based on the given condition. |
| getBuffer | Get the contents of a document include. |
| getHeadData | Get the html document head data. |
| render | Outputs the template to the browser. |
| setBuffer | Set the contents a document include. |
| setHeadData | Set the html document head data. |
Importing
jimport( 'joomla.document.html.html' );
See also
[Edit See Also] SeeAlso:JDocumentHTML
Examples
<CodeExamplesForm />