API17:JHtmlContent::prepare
From Joomla! Documentation
JHtmlContent::prepare
Description
Fire onContentPrepare for content that isn't part of an article.
public static 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 29 of libraries/joomla/html/html/content.php
See also
JHtmlContent::prepare source code on BitBucket
Class JHtmlContent
Subpackage Html- Other versions of JHtmlContent::prepare
User contributed notes
Code Examples