JDocumentHTML::parse: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Parses the template and populates the buffer. | Parses the template and populates the buffer. | ||
{{Description:JDocumentHTML::parse}} | {{subst:Description:JDocumentHTML::parse}} | ||
<source lang="php"> | <source lang="php"> | ||
public function parse ($params=array()) | public function parse ($params=array()) | ||
| Line 31: | 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]] | ||
{{SeeAlso:JDocumentHTML::parse}} | {{subst:SeeAlso:JDocumentHTML::parse}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:19, 24 March 2017
JDocumentHTML::parse
Description
Parses the template and populates the buffer.
{{subst:Description:JDocumentHTML::parse}}
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
{{subst:SeeAlso:JDocumentHTML::parse}}
User contributed notes
<CodeExamplesForm />