| Current Path : /var/www/iplanru/data/www/www.i-plan.ru/modules/mod_seotext/ | 
| Current File : /var/www/iplanru/data/www/www.i-plan.ru/modules/mod_seotext/helper.php | 
<?php
// No direct access
defined( '_JEXEC' ) or die;
/**
 * Class Module Helper
 * @author kirdinyuri
 */
class modSeotextHelper
{
	/**
	 * getData method
	 * @param $params
	 * @return array
	 */
	static function getData( $params )
	{
		$db = JFactory::getDbo();
		return array();
	}
}