Source for file content.php
Documentation is available at content.php
* @package Joomla.Libraries
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* Utility class to fire onContentPrepare for non-article based content.
* @package Joomla.Libraries
* Fire onContentPrepare for content that isn't part of an article.
* @param string $text The content to be transformed.
* @param array $params The content params.
* @param string $context The context of the content to be transformed.
* @return string The content after transformation.
public static function prepare($text, $params =
null, $context =
'text')
$dispatcher->trigger('onContentPrepare', array($context, &$article, &$params, 0));
Documentation generated on Tue, 19 Nov 2013 14:56:51 +0100 by phpDocumentor 1.4.3