Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JHTMLContent

Description

Utility class to fire onPrepareContent for non-article based content.

  • since: 1.5

Located in /joomla/html/html/content.php (line 27)

Class JHTMLContent   (Subpackage HTML)
Method Summary
Method string prepare (string $text, [array $params = null])
Methods
prepare (line 36)

Fire onPrepareContent for content that isn't part of an article.

  • return: The content after transformation.
string prepare (string $text, [array $params = null])
  • string $text: The content to be transformed.
  • array $params: The content params.
Support Joomla!