JHTMLContent::prepare/1.5
From Joomla! Documentation
JHTMLContent::prepare
Description
Fire onPrepareContent for content that isn't part of an article.
Description:JHTMLContent::prepare [Edit Descripton]
public function prepare ( $text $params=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $text | string | The content to be transformed. | |
| $params | array | null | The content params. |
- Returns string The content after transformation.
- Defined on line 37 of libraries/joomla/html/html/content.php
See also
-
JHTMLContent::prepare on api.joomla.org
-
JHTMLContent source code on JoomlaCode
-
Class JHTMLContent
-
Subpackage Html
- Other versions of JHTMLContent::prepare
SeeAlso:JHTMLContent::prepare [Edit See Also]
User contributed notes
<CodeExamplesForm />