API17

API17:JHtmlContent::prepare

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples