JDocumentHTML::parse: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Parses the template and populates the buffer. | Parses the template and populates the buffer. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 29: | Line 29: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]] | ||
* [[API17:JDocumentHTML::parse|Other versions of JDocumentHTML::parse]] | * [[API17:JDocumentHTML::parse|Other versions of JDocumentHTML::parse]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDocumentHTML::parse | category=JDocumentHTML::parse | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:53, 25 March 2017
JDocumentHTML::parse
Description
Parses the template and populates the buffer.
public function parse ($params=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $params | array | array() | parameters for fetching the template |
- Returns
- Defined on line 307 of libraries/joomla/document/html/html.php
See also
JDocumentHTML::parse source code on BitBucket
Class JDocumentHTML
Subpackage Document- Other versions of JDocumentHTML::parse
User contributed notes
Code Examples